gnomeby/hrwiki/master/.htaccess - Htaccess File

gnomeby/hrwiki/master/.htaccess

## http://www.mediawiki.org/wiki/Manual:Short_URL/Apache
 
# Enable the rewrite engine
RewriteEngine On
 
# Short url for wiki pages
RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/index.php [L]
 
# Redirect / to Main Page
RewriteRule ^/*$ %{DOCUMENT_ROOT}/index.php [L]

On Github License

Files

Download PDF of Htaccess file
DOCUMENT_ROOT

Comments

Apache