&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
routing
0
votes
0
answers
46
views
Set up apache to alias a nodejs application?
I have a PHP application being served through apache on port 80. I have a nodejs application running standalone on port 3000. I want to make ajax…
apache
routing
node.js
alias
ports
asked
June 25, 2011 7:56 am CDT
Finbarr
0
votes
1
answer
33
views
How can I reroute a sub-domain to localhost + port number?
I have several web applications running on my developer machine. They mimic our production web applications which are hosted on sub-domain. For…
proxy
routing
http
asked
June 24, 2011 1:43 am CDT
urig
1
vote
0
answers
27
views
Prevent a single host from consuming entire bandwidth?
We have a linux router providing internet connectivity to several PCs. It's currently using shorewall to help make the iptables setup easier. Is…
linux
firewall
routing
bandwidth
shorewall
asked
June 23, 2011 12:13 pm CDT
davr
0
votes
1
answer
34
views
Codeigniter routing (regex)
I am trying to route a url as follows: domain.com/param/some_controller/method/ mapped to some_controller::method($param) I am not skilled with…
php
regex
codeigniter
routing
asked
June 21, 2011 9:29 pm CDT
tbridge
0
votes
0
answers
35
views
Zend Framework HTTPS URL
Is there any more or less standard way to specify a route that would create URL's with explicitly specified scheme? I've tried the solution…
zend-framework
url
routing
https
asked
June 21, 2011 9:06 am CDT
Sergei Morozov
0
votes
1
answer
89
views
Warning: preg_match() [function.preg-match]: Unknown modifier '/' problem
I am building custom implementation of php MVC routing engine, and I have custom routes like one in $routes array below. Each time when I send…
php
regex
mvc
routing
asked
June 20, 2011 5:28 pm CDT
SonOfOmer
0
votes
0
answers
22
views
Routing restriction for a page.
How do I restrict routing with regex to go to a Contact page. like below routes.MapRoute( "Default22", "{name}", new { controller = "Home", action =…
regex
asp.net-mvc-3
routing
asked
June 18, 2011 8:14 am CDT
pirzada
0
votes
2
answers
36
views
DNS preferences for windows 7 client sitting across two networks
I have a few clients that need to sit across two otherwise separate networks. Let's call them network A (10.0.0.1) and network B (1.2.3.4). Network…
windows
dns
windows-7
routing
internal-dns
asked
June 13, 2011 11:48 pm CDT
askvictor
0
votes
1
answers
36
views
Measuring performance impact on server due to PHP,URI routing
I'm in the process of reworking how the company I work for develops websites. In the old way, there were often several duplicate php files that got…
php
.htaccess
mod-rewrite
routing
uri
asked
June 13, 2011 9:53 pm CDT
quicksilver
0
votes
0
answers
31
views
WCF Routing Service, HTTPS, testing environment and trust issues
I have the cenario below: Edge server running WCF Routing Services that receives HTTPS message Application server running WCF inside DMZ to execute…
wcf
routing
https
asked
June 13, 2011 6:12 am CDT
Pascal
1
vote
0
answers
36
views
Negative regex constraint in Rails 3 routes
I have some rental listings that I want to be accessible as RESTful resource, but also have the index be filtered through an :area parameter, which…
regex
ruby-on-rails-3
routing
constraints
asked
June 5, 2011 2:52 pm CDT
cotopaxi
0
votes
2
answers
26
views
How do I use the category name rather than the category id in my url?
I am using the CodeIgniter framework and am having trouble figuring out how to get my urls to display the category name but still have my queries…
php
codeigniter
mod-rewrite
routing
pyrocms
asked
May 29, 2011 12:06 am CDT
bigmike7801
0
votes
0
answers
41
views
Php mail() function with subdomain redirect working strangely...
This is a tough one to Google, but I did my best without much help. Let's say I control a domain www.blah.com which points to 1.1.1.1 where a…
php
email
routing
domain
dns
asked
May 16, 2011 5:35 pm CDT
Kyle Boddy
0
votes
1
answers
39
views
Exim Router Forwarding
Hi there, I am looking to use exim on a 'frontend' simply to hide the IP of the true backend mail servers. This exim configuration will server for…
routing
mail
exim
forwarding
asked
May 12, 2011 3:10 pm CDT
Chris
0
votes
2
answers
38
views
Complex/impossible Zend_Router_Route_Regex for product page with category hierarchy?
I don't know if this is possible. I've tried so many different regex combinations and I come up with nothing. So, here's my problem... I have a…
php
regex
zend-framework
routing
impossible
asked
May 9, 2011 5:13 pm CDT
Will Rock
0
votes
2
answers
31
views
Rails 3 Routing Constraint and Regex
I'm looking to match the pattern state/city in the path, unless the state variable equals "auth" match '/:state/:city' => 'cities#index', :as…
ruby-on-rails
regex
routing
asked
May 8, 2011 7:54 pm CDT
Dex
0
votes
0
answers
27
views
How to configure tomcat's web.xml with my Front Controller
Hi guys, I've written a simple Front Controller for my J2E application. This controller intercepts all the urls to redirect them to the…
apache
tomcat
routing
frontcontroller
asked
May 7, 2011 6:58 am CDT
koskoz
2
votes
1
answers
46
views
How do I 301 redirect these route changes?
I have a couple routes like this: match ':category/:brand/:permalink' => 'products#show', :as => :public_product match 'stoves' =>…
ruby-on-rails
apache
ruby-on-rails-3
routing
asked
April 28, 2011 11:32 pm CDT
Preacher
0
votes
2
answers
34
views
Php regex not recognized
Hello, I would like to write a router that is parsing an URL such as I am giving it the rules and after that I would like to have an array that is…
php
regex
url
routing
router
asked
April 20, 2011 9:09 pm CDT
Richard
0
votes
2
answers
64
views
How to prevent clients to communicate with each other in an OpenWRT?
I'm currently setting up a public wireless network. I want to prevent the clients from talking to each other. Here's my current setup. ( Graphically…
firewall
routing
openwrt
asked
April 18, 2011 7:05 am CDT
Georg Schölly
Pages
:
1
|
2
|
3
>
46
routing
Tagged:
routing
Related Tags
regex
× 11
php
× 10
apache
× 6
dns
× 6
http
× 5
firewall
× 5
.htaccess
× 5
mvc
× 4
linux
× 3
zend-framework
× 3
mod-rewrite
× 3
url
× 3
tomcat
× 3
codeigniter
× 3
ruby-on-rails-3
× 2
networking
× 2
ssl
× 2
domain
× 2
windows
× 2
https
× 2
router
× 2
java
× 2
asp.net-mvc-2
× 2
subdomain
× 2
ruby-on-rails
× 2
proxy
× 2
wcf
× 2
port
× 1
uri
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy