timeout2x/to-do-php-angular/master/.htaccess - Htaccess File

timeout2x/to-do-php-angular/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L] 

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache