crazyyy/ookami-kennel.ru/master/wordpress/ERROR.htaccess - Htaccess File

crazyyy/ookami-kennel.ru/master/wordpress/ERROR.htaccess

AddDefaultCharset UTF-8
php_value memory_limit 64M

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

# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0

# enable PHP error logging
php_flag  log_errors on
php_value error_log  /home/d/dauzh7/altushkin.su/public_html/PHP_errors.log

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache