When i redirect a file using htaccess the images and css, javascript are not applied correctly.
for example, i've redirected the page,
http://example.com/
to
http://example.com/au/
for this i've use the following code in htaccess,
RewriteRule ^([a-z]{2})/?$ index.php?cn=$1
Now the pages are redirected correctly but not the css,images. what could be the issue? I've files like this,
/index.php
/style.css
/images/...
/.htaccess
Edit: <link rel="stylesheet" type="text/css" href="/style.css" />