marc.anderson
Newbie
Posts: 1
Registered: 4/26/2005
Member Is Offline
|
| posted on 4/26/2005 at 03:17 AM |
|
|
Subdirectory Navigation in Tigra
When I specify a subdirectory in the url, such as:
http://www.mysite.com/business_pages/page1.html
And click on that link, I get to the page in the subdirectory. However, if I then click on another link that specifies a page in the root directory,
such as:
http://www.mysite.com/page2.html
I get a "page not found" error. The problem that I see is the the URL specified now includes the /business_pages/ subdirectory, even though the url
specified in tigra menu_items.js does not include the subdirectory specification in the url. Any hints on what I can do to resolve the problem? I am
using the exact url in each of the links for each page. The only way I can get back to the correct link is to close my browser, then restart the
browser and click on the link. If I click on a link to a file in the subdirectory, the subdirectory specification remains even if I click on a direct
link to the root directory.
Thanks in advance for any info that you can provide!
|
|
|
bluej2
Newbie
Posts: 1
Registered: 6/8/2005
Location: nyc
Member Is Offline
|
| posted on 6/8/2005 at 06:10 PM |
|
|
I just figured it out...had the same problem myself. You must go into the HTML of (in my case) templates, or pages, and eliminate all of the
/business_pages paths. Then you must re-set the links, accordingly.
Hope that's helpful.
Regards,
bluej2
|
|
|
|