Wednesday 03 August 2005 5:43:10 am
Luke,
for some reason, it doesn't work on one of my sites (the latest). I only implemented the PathPrefix after most of the content was created. Could that cause a problem?
I notice that with no PathPrefix setting both of these URLs work...
http://myDomain.com/siteName/press http://myDomain.com/press
both work even though there is no PathPrefix and all the links on the site include the 'siteName' portion of the URL.
If I then add a PathPrefix=siteName all the links omit 'siteName' and are then also shortened at the front by len('siteName') and don't work. Seems to me that something (perhaps in the template compilation or the cache) is not getting cleared properly. I'm using 3.6.0 perhaps I should move to 3.6.1
The Web Application Service Provider
|