Htaccess File

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

ENV, REQUEST_FILENAME
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]
Exit mobile version