Forum Forum Magento Theme SNS Lunar – Magento Theme How to set URL link to custom page?

  • Author
    Posts
  • #6856

    amalthomas
    Participant

    Hi,

    I have created new page in CMS->Page->URL Key-> “design-your-own” .Now i want to link this with ‘Design Your Own’ in “Custom block in header”.

    1) If I given like this:
    ===========================
    <div class="col-xs-4"><em class="fa fa-money pull-left" style="font-size: 30px"></em> <a href="index.php/design-your-own"><strong>Design Your Own</strong></a> Custom Style</div>

    If click this at first time, it’s redirected correctly. But I am getting 404 error when i click 2nd time that “Design Your Own”. At that time URL : http://s4tech.co/index.php/index.php/design-your-own

    2) If I given like this:
    =========================
    <div class="col-xs-4"><em class="fa fa-money pull-left" style="font-size: 30px"></em> <a href="design-your-own"><strong>Design Your Own</strong></a> Custom Style</div>

    If I click this, i am getting 404 page not found error at first time itself.

    What i have to do? Kindly help me!

    Note: URl redirected is not enabled now. (index.php url rewrite is not enabled)

You must be logged in to reply to this topic. Click here to login or register