Is there a /store/index.html file? If so, rename it and see if that does the trick.
Is there a /store/index.html file? If so, rename it and see if that does the trick.
There isn't. There's just a store/index.php file
Any other ideas?
Can you post a link to the site? If you don't want to post it on the forum, you could send it to me in a PM.
Sure:
http://mydigitaladdiction.com/downloads/index.php
I'm just getting started... I call my 'store' Downloads.
Thanks so much for helping out.
Joanna
Very pretty site!
Very odd behavior for that link. In includes/templates/YOUR_TEMPLATE/common/tpl_header.php, you probably have something like
Change it toCode:<div id="navMain"> <ul class="back"> <li><a href="http://mydigitaladdiction.com/downloads/">Downloads</a></li>
I don't know why it's not picking up the index.php automatically. I have something similar on a site I'm working on and it seems to be fine.Code:<div id="navMain"> <ul class="back"> <li><a href="http://mydigitaladdiction.com/downloads/index.php">Downloads</a></li>
You don't want people seeing the directory structure like that. It's a security risk.
Thanks for the compliment and your help.
You rock!
I was wondering if you could tell me how you changed the text of "home" in the breadcrumb trail to "download". I want to change my link name to something else, but I don't know how. Please help. Thanks!