icehit3/moniwiki-ncity-edition/master/.htaccess - Htaccess File

icehit3/moniwiki-ncity-edition/master/.htaccess

RewriteEngine on 
RewriteBase /moniwiki

#AddDefaultCharset ko_KR.UTF-8
#LanguagePriority ko en ca cs da de el eo es et fr he hr it ja ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW

# don't touch some reserved urls 
RewriteCond %{REQUEST_FILENAME} -f 
RewriteRule . - [L] 

# wiki page requests 
RewriteRule ^(.*) wiki.php/$1?%{QUERY_STRING} [L] 

<Files d> 
#SetHandler application/x-httpd-php 
AcceptPathInfo on
ForceType application/x-httpd-php
</Files>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache