View file .htaccess
# Don't Edit this file unless you know what are you doing. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^data/([0-9]+)/(.*).html$ index.php?dir=$1 [QSA,L] RewriteRule ^data/file/([0-9]+)/(.*).html$ file.php?id=$1 [QSA,L] RewriteRule ^sitemap.xml$ sitemap.php [QSA,L] RewriteRule ^feed$ rss.php [QSA,L] </IfModule>