andrei-bozhilov/Photo-Album-PHP/master/.htaccess - Htaccess File

andrei-bozhilov/Photo-Album-PHP/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    # Route everything except /content/* and favicon.ico to index.php
    RewriteCond %{REQUEST_URI} !^/content/.*$
    RewriteCond %{REQUEST_URI} !^/favicon.ico$
    RewriteRule ^ index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache