From: Lee U. <le...@cf...> - 2013-07-18 21:43:54
|
In the blosxom.cgi, under "Configurable variables", file I have # What's my preferred base URL for this blog (leave blank for automatic)? set to: $url = "/weblog"; as I want the path to be "http://example.org/weblog/" but in using the feedback plugin (moderated) I get an email to approve/reject the comment with links like: ------------------------------------- To approve this feedback, please click on the URL /weblog/file-name-is-here.html?moderate=approve;feedback=HIuzMIjia To reject this feedback, please click on the URL /weblog/file-name-is-here.html?moderate=reject;feedback=HIuzMIjia ------------------------------------- I know the path in the feedback is taken from the blosxom.cgi file so my question is if I add the full path, e.g., http://example.org/weblog/, to the blosxom.cgi file will it screw-up my existing set-up? (Or I could just hardwire it into the feedback plugin I guess) I can just paste and copy the approve/reject link but it's just easier to click on it and be done. Thanks, Lee |