JumbleChao/twso/master/.htaccess - Htaccess File

JumbleChao/twso/master/.htaccess

AddHandler php5-script .php

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

php_value suhosin.memory_limit 128M

php_value suhosin.post.max_vars 5000

php_value suhosin.request.max_vars 5000

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache