byronmisiva/mrkpln-dev/master/.htaccess - Htaccess File

byronmisiva/mrkpln-dev/master/.htaccess

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

# END WordPress

#set max upload file size
php_value upload_max_filesize 128M
#set max post size
php_value post_max_size 128M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache