Welcome Guest, Not a member yet? Register   Sign In
.htaccess causing weird redirect issues?
#11

[eluser]n0xie[/eluser]
Can you tell use what your directory structure looks like? And what the URL is of the local images?
#12

[eluser]Corey Freeman[/eluser]
CI is in the root and the image is in /uploads/avatars/default.png

Not certain what you mean by the structure...
#13

[eluser]Corey Freeman[/eluser]
Okay I changed it even further and managed to get this working:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

Thanks everyone :3

Edit: how do i use this AND redirect from non www to www?




Theme © iAndrew 2016 - Forum software by © MyBB