manuelsagra/nuevapartida/master/web/.htaccess - Htaccess File

manuelsagra/nuevapartida/master/web/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /nuevapartida/index.php [L]
</IfModule>
php_flag zlib.output_compression On 
php_value zlib.output_compression_level 2

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache