Welcome Guest, Not a member yet? Register   Sign In
Anchor links do not work
#11

[eluser]steelaz[/eluser]
You need to add your css and javascript directories to ignore list, so for example if you store your css in example.com/assets/css/ directory, you should:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
#12

[eluser]variouspixels[/eluser]
Big Grin Fixed.

Many thanks


gemmes




Theme © iAndrew 2016 - Forum software by © MyBB