All menu items show the home page

Discussion in 'Content Management' started by hussaien, Jul 31, 2013.

  1. #1
    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!
     
    hussaien, Jul 31, 2013 IP
  2. J.Anderson

    J.Anderson Greenhorn

    Messages:
    37
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    15
    #2
    Looks like some weird kind of URL rewrite. Do you have a file named .htaccess in your root directory?
     
    J.Anderson, Jul 31, 2013 IP
  3. hussaien

    hussaien Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    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!
     
    hussaien, Jul 31, 2013 IP