woffs/wcm/master/.htaccess - Htaccess File

woffs/wcm/master/.htaccess

<Files "index.pl">
  Options +ExecCGI
  SetHandler cgi-script
</Files>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [S=1]
RewriteRule ^(.*) index.pl?page=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache