Welcome Guest, Not a member yet? Register   Sign In
one URL is not loaded (redirected to 500.shtml)
#1

[eluser]Volder[/eluser]
Hello

I'm facing a very strange problem.
I have a site where the following URL scheme is implemented:

all urls like http://username.mysite.com/... are redirected to http://mysite.com/user/index/username/...

this is implemented in .htaccess

Everything was working fine, until yesterday.
I have created a new user on the site. And when I'm logged in with this user and I go to particular page which looks like http://username.mysite.com/blog/ (this is a page of every user personal blog) - I get readdressed to http://username.mysite.com/500.shtml/

Similar urls for other users are working fine.
The same url of this problematic user is working fine if I'm not logged in with this user to the site.

On the local machine I have absolutely the same site - which is not producing any errors with this user.

The support says that the problem somewhere in the php script.
E.g. the last comment from support: "It looks like it isn't the redirects that are causing the issues as those are only warnings. Your index file is showing a premature end of script headers, the script is also dumping core files into the directory. I would suggest contacting the programmer of the script, I don't see anything on the server side that would be causing this so it leads me to believe it is an issue with the script itself."

My opinion that the problem is in the server parameters (which are probably different from my local one) - and the error happens while redirects.

In the logs of the server rewrite_mod there there are a lot of:
Code:
[Wed Sep 23 10:30:47 2009] [warn] RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored.
[Wed Sep 23 10:30:47 2009] [warn] RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored.

and also in the public_html folders for every such an error one file is created named "core.10249", "core.13130" etc. All are of the same size (about 28 megabytes).
The support is saying that my "script" is creating these files - which I think is not the case.


If anyone could help me in understanding what the problem is - I would appreciate a lot.
Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB