URL Rewrite problem. (Many directory)
- by marharépa
Hello!
I'd like to make a htaccess file, which can make a good structure for my websites.
My .htaccess is now:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_URI} !^/admin/*
RewriteRule ^(.*)$ index.php?q=$1 [QSA]
(based on Sombat's comment)
And I want to make this, with it:
for…