06-Jun-2011, 03:38 PM
Hi all,
I've been looking at / installing the script and it looks great.
Now I'm stuck on something, which I know is because of an 'odd' redirect I do but hoping someone can help anyway...
Example page where I'm testing is at
http://www.francethisway.com/places/a/to...aronne.php
This page is really a redirect from http://www.francethisway.com/places/plac...et-garonne (and there are several thousand other pages which work the same way)
Note: the 'original' page is in directory /places/ whereas the page we see is in a subdirectory /places/a/ - this is causing the problem I think
All the images, form info etc look fine, using
$path_to_comments_folder = "../comments/";
but then the captcha, links to the privacy policy, etc all look for directory places/comments/ which doesn't exist - presumably because they have stepped one directory back from 'places/a/' to reach 'places/'
Any ideas where in the script I could tweak things to get this working, by overiding the path perhaps?
Thanks!
I've been looking at / installing the script and it looks great.
Now I'm stuck on something, which I know is because of an 'odd' redirect I do but hoping someone can help anyway...
Example page where I'm testing is at
http://www.francethisway.com/places/a/to...aronne.php
This page is really a redirect from http://www.francethisway.com/places/plac...et-garonne (and there are several thousand other pages which work the same way)
Note: the 'original' page is in directory /places/ whereas the page we see is in a subdirectory /places/a/ - this is causing the problem I think
All the images, form info etc look fine, using
$path_to_comments_folder = "../comments/";
but then the captcha, links to the privacy policy, etc all look for directory places/comments/ which doesn't exist - presumably because they have stepped one directory back from 'places/a/' to reach 'places/'
Any ideas where in the script I could tweak things to get this working, by overiding the path perhaps?
Thanks!