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]
Files
