Welcome Guest, Not a member yet? Register   Sign In
Help for routing
#3

(05-15-2015, 03:27 PM)taskone Wrote: Can I see the contents of the .htaccess file in your root please?

Sure, here it is-


Code:
RewriteEngine On

RewriteCond %{REQUEST_URI} ^system.*
RewriteCond $1 !^(index\.php|images|js|uploads|css|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
"Who thinks in code"
Perfectly describes who I am
mbparvez.me
Reply


Messages In This Thread
Help for routing - by webdevron - 05-15-2015, 07:32 AM
RE: Help for routing - by taskone - 05-15-2015, 03:27 PM
RE: Help for routing - by webdevron - 05-15-2015, 11:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB