tlhunter/acdbrn/master/.htaccess - Htaccess File

tlhunter/acdbrn/master/.htaccess

#Renowned-CMS Rewrites
RewriteEngine On

#Uncomment for mediatemple
#AddHandler php5-script .php

RewriteRule ^([a-zA-Z0-9_-]+)(/?)$ index.php?aburl[]=$1 [QSA]
RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)(/?)$ index.php?aburl[]=$1&aburl[]=$2 [QSA]
RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)(/?)$ index.php?aburl[]=$1&aburl[]=$2&aburl[]=$3 [QSA]
RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)(/?)$ index.php?aburl[]=$1&aburl[]=$2&aburl[]=$3&aburl[]=$4 [QSA]
RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)(/?)$ index.php?aburl[]=$1&aburl[]=$2&aburl[]=$3&aburl[]=$4&aburl[]=$5 [QSA]

RewriteRule ^sitemap.xml$ sitemap.php
RewriteRule ^captcha.png$ captcha.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache