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

slyxster/sabc/master/public/html/.htaccess

RewriteEngine on

SetEnv FUEL_ENV production

# Send any request to the redvel system if there's not already a file of that name
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