Kryptos
prjRev.com
Today Tweeney found a bug/issue with the RevCMS' .htaccess.
If you're experiencing errors such as the "Too many redirections" error, use this .htaccess
Pastebin link:
Enjoy!
If you're experiencing errors such as the "Too many redirections" error, use this .htaccess
Code:
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
You must be registered for see links
Enjoy!