I am working on a real estate site where a listing number (of any length) needs to be easily typed in a URL as follows:
http://www.yourdomain.com/12345
I need the listing number (12345) to b...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20607956.html
I was told in the PHP section in reference to this topic: http://www.experts-exchange.com/Web/Web_Languages/PHP/PHP_Databases/Q_20841483.html#10076939
To ask about mod_rewrite. I'm not sure how t...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20845646.htm...
I'm hopeless.....
I'm looking for a way to have mod_rewrite change all incoming URI requests to lowercase. The issue is that we have lowercased every page on our web site and there are a few cap...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20908339.htm...
Hello everyone, heres the background to my question...
Before I learned PHP, ever page on my website was hand written. But now im ready to convert to the 'new' and I dont want everyone to visit th...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20993954.htm...
Hi All:
I cannot get the mod_rewrite working in apache 2.0. I have added the following in the httpd.conf:
LoadModule rewrite_module /usr/lib/apache2/mod_rewrite.so (which is where the module...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20999290.htm...
I wanted to do the two following things with mod_rewrite (or any other mod if possible):
1) Prevent hotlinking
2) Resolve relative URL's (such as /articles/9/ would actually read articles.php?I...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21158230.htm...
This seems pretty simple, but I cannot get it to work for the life of me...
I'm looking to turn these urls: http://www.drunkdrinks.com/category.php?letter=a
into: http://www.drunkdrinks.com...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21183863.htm...
Hi!
I want to use mod rewrite for some of my nasty urls. I do not know how to achive this.
The urls are (they vary but the querystrings remains):
www.domain.abc/movies/lines.php?movieID=16...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21334370.htm...
I have a domain (call it X.com) parked at a server which hosts another domain (call it Y.com). I have edited my .htaccess file on the Y.com server so that if a user types "X.com" into their browse...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21344446.html
I'm experiencing problemes with mod_rewrite. An it's expected, cause I'm not so familiar with apache / .htaccess / mod_rewrite.
This is what I want to do:
http(s)://www.domain.com/path || htt...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21436509.htm...