lukhaiminh/acquy/master/.htaccess - Htaccess File

lukhaiminh/acquy/master/.htaccess

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

# END WordPress

  # WP Maximum Execution Time Exceeded
  <IfModule mod_php5.c>
    php_value max_execution_time 300
  </IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache