Hi everyone, http://www.factwayz.com.sa/ So I have a strange problem here, When you click on ANY menu item (from any menu), it will always show me the home page. But it's strange because it DOES change the URL to the proper page's URL. Has anyone encountered this before? Please help. Thanks!
Looks like some weird kind of URL rewrite. Do you have a file named .htaccess in your root directory?
Hi, Yes, I have .htacess like below. RewriteEngine on RewriteCond %{HTTP_HOST} ^factways\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.factways\.com$ RewriteRule ^/?$ "http\:\/\/factwayz\.com\.sa" [R=301,L] RewriteCond %{HTTP_HOST} ^factways\.net$ [OR] RewriteCond %{HTTP_HOST} ^www\.factways\.net$ RewriteRule ^/?$ "http\:\/\/factwayz\.com\.sa" [R=301,L] Thank you!