jothamhernandez/WINTV2.0/master/.htaccess - Htaccess File

jothamhernandez/WINTV2.0/master/.htaccess

# uncomment this line for production server
#SetEnv CI_ENV production

# change "*" to "your-domain.com" for better security
Header add Access-Control-Allow-Origin "*"

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

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache