3liz/osmflickr/master/osmflickr/www/.htaccess - Htaccess File

3liz/osmflickr/master/osmflickr/www/.htaccess

allow from all

# uncomment these lines if you want to remove the index.php from the url
# with the basic_significant or significant url engine of jelix
# see http://docs.jelix.org/en/manual-1.4/urls/significant#mod_rewrite-and-just-removing-the-name-of-the-entry-point-in-the-url
#<IfModule mod_rewrite.c>
#    RewriteEngine On
#    RewriteBase /
#    RewriteCond %{REQUEST_FILENAME} !-f
#    RewriteCond %{REQUEST_FILENAME} !-d
#    RewriteRule ^(.*)$ index.php/$1 [L,QSA]
#</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache