slyxster/sabc/master/public/api/.htaccess - Htaccess File

slyxster/sabc/master/public/api/.htaccess

# Make sure we're always using the www in the URL
SetEnv FUEL_ENV development

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

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache