rsantellan/wordpress-ecommerce/master/.htaccess - Htaccess File

rsantellan/wordpress-ecommerce/master/.htaccess

# 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
  # WP Maximum Execution Time Exceeded
  <IfModule mod_php5.c>
    php_value max_execution_time 300
      php_value max_input_vars 3000
  </IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache