RodionGork/PhpLayout/master/.htaccess - Htaccess File

RodionGork/PhpLayout/master/.htaccess

RewriteEngine on
RewriteRule ^index$ index.php
RewriteRule ^index/([w]+)$ index.php?page=$1 [QSA]
RewriteRule ^index/([w]+)/([A-Za-zd-]+)$ index.php?page=$1&param=$2 [QSA]
RewriteRule ^index/([w]+)/([A-Za-z]+)_([A-Za-zd-]+)$ index.php?page=$1&$2=$3 [QSA]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache