AlexDaniel/alexdaniel.org/master/htdocs/.htaccess - Htaccess File

AlexDaniel/alexdaniel.org/master/htdocs/.htaccess

Options -Indexes

RewriteEngine On
# If there's no query string, change the page name part into a query.
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^([^/]+)$ /cgi-bin/wiki.pl/$1 [QSA,L]

# Otherwise, do a plain redirect.
RewriteRule ^$ cgi-bin/wiki.pl [QSA,L,PT]

SetEnv WikiDataDir ../wiki

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache