hovenko/Madcow/master/sample/www/dot.htaccess - Htaccess File

hovenko/Madcow/master/sample/www/dot.htaccess

#
# Copy, move or symlink this to .htaccess
# or setup Apache web server with similar settings.
#

SetEnv ENVIRONMENT 'development'

RewriteEngine On
RewriteBase /~user/madcow-sample/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~user/madcow-sample/index.php

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache