Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Blog Module /

Discuss the Blog Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

***Blog Forwarding to Random Port***


Go to End


2 Posts   2217 Views

Avatar
Garrett

Community Member, 245 Posts

29 October 2009 at 2:55am

Hi, I have a serious problem with my site. When the url /blog is requested:

http://64.241.243.48/blog

The site is forwarding to:

http://64.241.243.48:8084/blog/?url=/blog

Has anyone seen this behavior? I didn't add ANY code which could possibly be doing this. I ran a search of this port number, for example, and it turned up nothing. I have two questions: first, what's with the port number, and second, why is this query string ?url=/blog being appended? This is not happening on my local instance but IS on my production server [Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3]. Seems to be a configuration issue but I'm at a loss.

This is the ONLY url where this is happening. Just the /blog.

HELP!

Thanks,
Garrett

Avatar
Garrett

Community Member, 245 Posts

29 October 2009 at 4:05am

Update...

The link works WITH the trailing slash [ http://64.241.243.48/blog/ ] and all the black magic happens when the slash is removed from the request. What's with that? And what's with the ?url=/blog thing?

//Garrett