kaissaroj/twitter-map/master/web/.htaccess - Htaccess File

kaissaroj/twitter-map/master/web/.htaccess

RewriteEngine on
# If a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward it to index.php
RewriteRule . index.php

<IfModule mod_php5.c>
php_value upload_max_filesize 5M
php_value session.gc_maxlifetime 10800
php_value max_execution_time 259200
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache