Hello guys,

Yesterday i changed my htaccess file for 'SEO-FRIENDLY-URLS', it is working fine but every page outside 'WCddl' links through the WCddl index so i can't watch any page like the link exchange script or something.

My htacces:
Code: 
Options +FollowSymLinks

RewriteEngine on

RewriteRule ^index.html index.php

RewriteRule download-(.*)-(.*).html download.php?id=$1&title=$2

RewriteRule (.*).html ?type=$1
How can i exclude a file/directory like /links/index.php ?

-Martijn
Mdrop Reviewed by Mdrop on . HTaccess error? Hello guys, Yesterday i changed my htaccess file for 'SEO-FRIENDLY-URLS', it is working fine but every page outside 'WCddl' links through the WCddl index so i can't watch any page like the link exchange script or something. My htacces:Options +FollowSymLinks RewriteEngine on RewriteRule ^index.html index.php Rating: 5