osarrat/sigmah-website/master/.htaccess - Htaccess File

osarrat/sigmah-website/master/.htaccess

php_value extension php_imap.dll
php_value memory_limit 512M
php_flag display_errors on
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
RewriteBase /sigmah-website

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache