You only have to modify your .htaccess file just like before, i.e. add something like this to the end of file:
Code:RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]



