i got a problem with my links, it shows the directory and the parameters.. i need a mod rewrite on the link. can anybody send some links for reference? or a .htaccess script if possible
.htaccess redirection: RewriteEngine On RewriteRule ^home.html index.php [L] Code (markup): The above redirect home.html to index.php - It's just a example but i'm sure it will help you out. Regards