TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   The Lounge (http://www.talkphp.com/lounge/)
-   -   Mod_Rewrite Help (http://www.talkphp.com/lounge/3225-mod_rewrite-help.html)

ETbyrne 08-09-2008 01:33 PM

Mod_Rewrite Help
 
Here's what I'm trying to accomplish:
  • All visits to ./whatever/anything/maybe go to index.php?p=whatever,anything,maybe
  • Does not affect URLs going to the ./bin dir
  • Does not affect URLs with file extensions, only affects urls like http://mysite.com/about not http://mysite.com/feed.xml

Here is what I got so far, but it doesn't really work and as you can see it only takes into account the second item on my list:
Code:

RewriteEngine on
RewriteRule ![^(bin)]$ index.php?p=$1 [L]

Thank you in advance for any help. :-)


All times are GMT. The time now is 06:49 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0