qtiger/skymo/master/.htaccess - Htaccess File

qtiger/skymo/master/.htaccess

ErrorDocument 404 /errors/404.html
ErrorDocument 403 /errors/403.html

RewriteEngine on
RewriteRule ^([^/]+)/$ /?p=$1&p2=/ [QSA,L] 
RewriteRule ^(.+)/([^.]+)$ /?p=$1&p2=$2 [QSA,L] 
RewriteRule ^([^./]+)$ /?p=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache