Thread
:
.htaccess help
View Single Post
Aug 26th, 2006, 6:43 PM
#
2
titaniumdecoy
Expert Programmer
Join Date: Nov 2005
Posts: 856
Rep Power:
3
The closest thing I've come up with is
(
Toggle Plain Text
)
RewriteCond %{REQUEST_FILENAME} !^cookbook.* RewriteRule ^$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !^cookbook.* RewriteRule ^$ index.php [L]
But it doesn't seem to work. Any ideas?
titaniumdecoy
View Public Profile
Visit titaniumdecoy's homepage!
Find More Posts by titaniumdecoy