tuffon/imaginewithus/master/.htaccess - Htaccess File

tuffon/imaginewithus/master/.htaccess

# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .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
# File modified on Sat Oct  3 17:21:07 2015 by server
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_value memory_limit 64M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache