rewrites
this beast caused me so many issues….
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?section=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/([^/]+)/?$
/index.php?section=$1&page=$2 [PT]
Enjoy this Post?
Spread the word by promoting this post on FaceBook and Twitter.
