# Fix better support for direct links # (this code can be modified into using another file-extention instead of a subfolder.) ### RewriteRule ^/(.*).html /index.php?page=/$1 [QSA] #this code uses .html instead of the folder content RewriteEngine on RewriteRule ^content/(.*) /index.php?page=/content/$1 [QSA]