Thread: .htaccess help
View Single Post
Old Aug 26th, 2006, 6:43 PM   #2
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 856
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
The closest thing I've come up with is

RewriteCond %{REQUEST_FILENAME} !^cookbook.*
RewriteRule ^$ index.php [L]
But it doesn't seem to work. Any ideas?
titaniumdecoy is offline   Reply With Quote