Htaccess File

nkdweb/ngcms/master/.htaccess

REQUEST_FILENAME
#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
Exit mobile version