overclocked/dddw/master/.htaccess - Htaccess File

overclocked/dddw/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} -d
  RewriteRule ^(.*)$ dyn.php?mod=$1 [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ dyn.php?page=$1 [L]
</IfModule>
ErrorDocument 404 /web/html/404.html

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache