[eluser]thomas_86[/eluser]
If i put the assets folder in the /application folder i get the permissions problems. However i put it in the root-directory all works.
I think for a clean structure, the assets folder have to be in the /application folder.
my .htaccess loke like atm:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|xampp|labs|templates|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]