| Recommend this page to a friend! |
| Classes of Gregory | > | Smart URI | > | .htaccess | > | Download | ||
|
|||||||||||||||||||||
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*/[^\./]*[^/])$ /$1/
RewriteRule ^([a-zA-Z0-9\/_-]*)$ /index.php [QSA,L]
</IfModule>
<IfModule mod_php4.c>
php_value register_globals 0
php_value track_vars 0
</IfModule>
|