nkdweb/ngcms/master/.htaccess - Htaccess File

nkdweb/ngcms/master/.htaccess

#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ /#/$1 [L]
</IfModule>

#php_value register_globals 0

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache