![]() |
.htaccess help
I have a .htaccess rule that will redirect any requests, starting at the directory containing the .htaccess file, to index.php:
:
RewriteRule ^$ index.php [L] |
The closest thing I've come up with is
:
RewriteCond %{REQUEST_FILENAME} !^cookbook.* |
What about:
:
RewriteRule !(^cookbook.*) %{REQUEST_URI} [L] |
Try
:
RewriteEngine on |
| All times are GMT -5. The time now is 12:55 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC