nix-php-training/ads-board1/master/public/.htaccess - Htaccess File

nix-php-training/ads-board1/master/public/.htaccess

AddDefaultCharset utf8

RewriteEngine On
RewriteBase /

#RewriteCond    %{REQUEST_FILENAME}    !-f
#RewriteCond    %{REQUEST_FILENAME}    !-d
#RewriteRule ^index.html?$ index.php [N]

RewriteCond    %{REQUEST_FILENAME}    !-f
RewriteCond    %{REQUEST_FILENAME}    !-d
RewriteRule ^(.*) index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache