Welcome Guest, Not a member yet? Register   Sign In
Asset folder in root inaccessible
#2

[eluser]Chromana[/eluser]
Actually, I've discovered that it is my .htaccess file which is messing with stuff. I'm using the one described here: http://ellislab.com/codeigniter/user-gui.../urls.html
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ /index.php/$1 [L]
Once this is removed all asset files can be accessed. However, I'm a complete newbie with htaccess files and have no idea how to fix this.


Messages In This Thread
Asset folder in root inaccessible - by El Forum - 06-28-2012, 01:02 PM
Asset folder in root inaccessible - by El Forum - 06-28-2012, 01:07 PM
Asset folder in root inaccessible - by El Forum - 06-28-2012, 01:33 PM
Asset folder in root inaccessible - by El Forum - 06-28-2012, 01:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB