1 steven1972 Mar 21, 2008 07:58
3 steven1972 Mar 21, 2008 08:07
You're a legend, mate!!!
Hours of frustration down to one check box!!
Should I change all the other extra path check boxes? I only changed it in the single post category.
Cheers
Steven
Newcastle, Australia
4 yabba Mar 21, 2008 08:16
Yep you need to change them all, windows can't handle extra-path ;)
¥
5 edb Mar 21, 2008 08:18
Chances are: YES.
But hey try to visit all the internal links in your blog. Message form, archives, last comments - stuff like that. Heck copy a permalink and try to visit it. When stuff starts failing figure it's because of something about your server not being able to handle "pretty" urls.
If you really want "pretty" urls take a look at sample.htaccess in your root directory, but don't just rename it .htaccess because quite often you will already have that file and some of your features from your host will edit that file for you. In that case you need to try to figure out how to add the bits from sample to your .htaccess file without bonking the real one.
I know next to nothing about .htaccess by the way. Just enough to know "my what a funny file name" ;)
6 steven1972 Mar 21, 2008 08:27
Thanks heaps, "Blonde Bimbo" and EdB
I think I'll stay clear from .htaccess at this stage of my amateur computing career, I'll probably stuff it up!
Everything is working fine now.
Cheers
Steven
Newcastle, Australia
7 steven1972 Mar 29, 2008 05:11
Ahhhh, so I thought I had it all sorted. Ok, so the comment form is showing up at least and many of the links are working. When I go to submit a comment both as a registered user and visitor, I get an error page. Basically it's as if the program can not find the "comment_post.php" file on the server. So what am I not doing ?
I 've trawled through the other topics but I can't seem to find a solution to my problem. One suggestion was that it is a PHP version problem, that's compltely out of my control. Do I have to down grade to another version of b2 evolution?
8 steven1972 Mar 29, 2008 22:57
So looking through all the other posts I found something on this post [url=http://forums.b2evolution.net/viewtopic.php?t=13798][2.2.0-beta] [Solved] Saving Posts[/url]
here it is discussed that you change the preceeding code in "inc/_core/misc.funcs.php"
That particular code in 2.4.1 is in
"inc/_core/template.funcs.php" aprox lines 80 to 88
Just uncomment the code and everything works fine.
/ <fp
/* fp>why do we need this?
dh>because Location: redirects are supposed to be absolute.
*/
if( substr($redirect_to, 0, 1) == '/' )
{ // relative URL, prepend current host:
global $ReqHost;
$redirect_to = $ReqHost.$redirect_to;
}
Many thanks to YABBA and Scribbly
admin > blog settings > [blog] > urls
Change the settings so that they don't use extra path ;)
¥