jeeStyle/themer/master/test/.htaccess - Htaccess File

jeeStyle/themer/master/test/.htaccess

RewriteEngine on
RewriteBase /

# Standard rewrite
RewriteCond $1 !^(index.php)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

# MAMP needs to know where you system php is for PEAR libraries
php_value include_path ".:/usr/lib/php"

# This is optional but recommended so you can `tail -f` it
# in development mode
php_flag  log_errors on
php_value error_log  themer/development.log

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache