View file .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^loads/([0-9]+)/(.*).html$ category.php?id=$1 [QSA,L] RewriteRule ^load/file/([0-9]+)/(.*).html$ file.php?id=$1 [QSA,L] RewriteRule ^download/([0-9]+)/([0-9]+)/(.*)/(.*)$ download.php?id=$1&ref=$2&sid=$3 [QSA,L] </IfModule> ErrorDocument 404 /notfound.php ErrorDocument 403 /notfound.php