Originally posted by zain
View Post
I think we have to edit in '.htaccess' or something, but i cannot figured yet
HTML Code:
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^xml/(.*)\.html?$ /xml_api.php?q=$1 [QSA] RewriteRule ^v2/(.*)\.html?$ /via_google.php?q=$1 [QSA,L] ErrorDocument 404 /404.html
Thanks
Leave a comment: