Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tareqkhaled Friend
    #877804

    Dear Support

         i have a strange issue after i open a link on any page on my website the logo link which supposed bring me back to the main page it only link to the same page . 

    example :
    open http://www.alkolifi.net
    then go to any link let say this
    http://www.alkolifi.net/index.php?option=com_content&view=featured&Itemid=471
    then try to click the logo on the top page it will shows the the same above link
    http://www.alkolifi.net/index.php?option=com_content&view=featured&Itemid=471
    and not this
    http://www.alkolifi.net/index.php

    pavit Moderator
    #877827

    Hi

    From your backend you should enable the Search Engine Friendly URLs , i enabled it now and it is working correctly


    1. Screenshot_13
    tareqkhaled Friend
    #904658

    hello its not working correctly after upfate to joomla 3.5 for your kind advice even the option of friendly url activated ?

    pavit Moderator
    #904717

    hello its not working correctly after upfate to joomla 3.5 for your kind advice even the option of friendly url activated ?

    Hi

    Open/edit this file /templates/ja_magz/tpls/blocks/header.php and find this line of code

    <div class="brand">
                    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    

    and change it in this way :

    <div class="brand">
                    <a href="/index.php" title="<?php echo strip_tags($sitename) ?>">

    Best regards

    rallred Friend
    #904787

    Thanks, I had this problem as well.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 3 voices, and was last updated by  rallred 8 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum