Hi,
Most things are working well however, I can't get the section/cat (section and category) to show up in any of my ToURL macros.
More Details:
If I try to use the {path} macro I get various problems from IE8 errors (not 404 errors), i.e., this http://{host}/home{path} returns this immediately: "Internet Explorer cannot display the webpage".
In another case, for a ToURL of: http://{host}{path} IE just went off for minutes and never came back. The green progress bar in IE progressed forward over many minutes but even when it looked like it hit the end it never continued to process the URL. I stopped it after about 5 minutes and reset the ToURL.
{baseonly} returns nothing or empty. Which I take to mean that this instance is installed in the root.
{pathfrombase} returns just the file name without the sections/cat.
I have SEF URLs turned on so for articles created with JCE I can use http://{host}/home{pathfrombase} to redirect to the article directly off the site. Somehow anything other than the home page has /home/ right after the .com of the website. The developer is working to fix this.
My problem is that where ever I have a text on the section or category page I don't seem to be able to use any macros as none of them contain the section/cat. I'm having to do a specific redirect for every section and category page. Previously the site had ~managi5/index.php in place of /home and Google crawled the site at that time so I'm looking for a solution so that
http://{host}/~managi5/index.php/* and http://{host}/home/*
Would go to:
http://{host}{pathfrombase}
if {pathfrombase} contained /section/cat/*
However, /section/cat/ is missing.
E.g., http://{host}/home/about-us
Should redirect to
http://{host}/about-us
I hope that makes sense.