Htacess

Hi fellas,

I have the following htaccess file:


RewriteEngine on
Options +FollowSymLinks
RewriteRule ^\\/?(index)\\/?([0-9]*)(\\/.+)?$ index.php?id=$2

The link is changed correctly, index/10 works fine, I receive the id value but my CSS and images are not loaded.

I have checked some forums but nothing worked

Any ideas?

Thanks in advance.

You’ve changed directory level so your relative links will NOT work. This “Missing Support Files” problem is discussed in my signature’s tutorial.

Regards,

DK