Apache

rewrites

Added by on January 4th, 2008, filed under Apache

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.

What do you think?