ehouse/PID/master/.htaccess - Htaccess File

ehouse/PID/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
# enable PHP error logging
php_flag  log_errors on
php_value error_log  /users/u19/ehouse/.html_pages/log/PHP_errors.log

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache