Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • apan66 Friend
    #156770

    hello,

    i seem to have a problem,

    i have placed some of my articles on the web. and when i check the SEF URL’s box in the global configuration panel, everything i try to opet, error 404 occures….. how can i fix that?

    thank you very much 🙂

    kobenes Friend
    #364256

    Did you rename htaccess.txt file to .htaccess (don’t forget to put a dot before httacess) ?
    Also your hosting should be installed mod_rewrite on your server for Joomla SEF URLs.

    apan66 Friend
    #364388

    GREAT, now it’s working, thank you.

    one more thing if i may ask,

    when i opet my homepage, it automatically ads /index.php

    can i remove that, i suppose i have to move joomla to another folder, but in which do i put it?

    thank you very much, you’ve been very helpful.

    kobenes Friend
    #364392

    Does it go to index.php url when you click on logo? Or when you enter your site url (sitename.com)?

    If it is about logo, I can provide you the solution. But if it goes index.php when you enter sitename.com, this is weird, none of JA templates do it as I know.

    apan66 Friend
    #364400

    yes, when i click on the logo, i’m sorry…. when i open it for the first time it’s ok..

    since you’re already going to trouble answering me, i’m gonna ask you just one more question, i hope that’s not a problem

    everything with virtuemart was ok, i haven’t even opened it for some time, and now that i go there, this is my situation:

    http://img52.imageshack.us/img52/3123/virtuemart.jpg

    what happened? :O

    i’m so sorry to bother you, and i appreciate your time very much. thanks.

    thuanlq Friend
    #364420

    Hi,
    @apan66 you can remove index.php on your logo link as following:
    – Open “index.php” file on “templatesja_mesolite” folder.
    – Replace link index.php on logo link with your site url (http://silverexshop.it/)

    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    With virtuemart problem, this problem happen when joomla run caching, you can wait for cache complate, your problem auto resolve ^ ^

    apan66 Friend
    #364827

    thank you,

    but in that index.php file i don’t have such line?

    and i didn’t understand the part about Virtuemart, isn’t there anything I can do??:((

    and on the web page, when you click on something from the Store it says:

    “Warning: stristr() [function.stristr]: Empty delimiter in /home/silvere6/public_html/components/com_virtuemart/themes/ja-mesolite/templates/product_details/includes/addtocart_form.tpl.php on line 20”

    and there still aren’t any options to click on in the backend? what can I do?

    thuanlq Friend
    #364907

    Hi,

    If you used template with T3 framework, you can open “header.php” file on location “..templatesja_mesolite_iilayoutsblocks”.
    Add line code on header file


    <?php
    global $mosConfig_live_site;
    ?>

    Change code:


    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    To


    <h1 class="logo">
    <a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    Or


    <div class="logo-text">
    <h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    </div>

    To


    $siteName = $this->sitename();
    if ($this->getParam('logoType')=='image'): ?>
    <h1 class="logo">
    <a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    Warning message be viewed on store page, because you couldn’t set SECUREURL on virtuemart configuration page.
    Login administrator, go to link “Components > VirtueMart > configuration”, choose “Sercurity” tab , input your secureurl

    apan66 Friend
    #365005

    yes, thank you,

    but i can not open the virtuemart in the administration section at all, when i go there, it looks like on the picture that i have posted earlier.. everything is gone and i can’t click anywhere, because all the tabs are gone, there are no words at all….

    thuanlq Friend
    #365085

    Hi apan66,

    Please provide me your website infomation ( admin user account, fpt account ), i will check your problems, and fix it.

    rhante Friend
    #386165

    go joomsef, purge all urls, than try again

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

This topic contains 11 replies, has 4 voices, and was last updated by  rhante 13 years, 7 months ago.

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