Hi,

I have a page as "xxx.com/content/offer".
In my home page, I have a html code as <a href="offer">Sell your house </a>.

When I visit the home page and click the link "Sell your house", I get the page xxx.com/content/offer.
When I visit the home page using mobile phone and click the link "Sell your house", it says page not found.

I am not sure why mobile page would give the error.

Please advise.

Comments

VM’s picture

In what folder is your drupal's index.php file?
Is a path alias set?

If the above answer are 'in the public root' and no, then my first thought is to check the path used in the link. For example:

<a href="offer">Sell your house </a>.

should likely be:

<a href="content/offer">Sell your house </a>.