Internal server error

PixelRobot

New member
I get the internal server error on my site's register page when my .htacess file doesn't have RewriteBase /

But if it does have it, then my register page doesn't load at all, and loads back to the home page no matter what link I click on the site!

Here is my .htaccess file: link

I was talking to someone who said to change the .htaccess file to: https://pastebin.com/XhXguise

Which I did, but it didn't fix the issue

 
Last edited by a moderator:
That change looks like it is forcing the redirect of all routes which doesn't seem right.

The 500 error is caused by an issue in the code not a redirect issue from what I was looking at on Saturday. This will require more digging.

 
That change looks like it is forcing the redirect of all routes which doesn't seem right.

The 500 error is caused by an issue in the code not a redirect issue from what I was looking at on Saturday. This will require more digging.
I was talking to someone else who said my site also has a 'failing to open stream' error

 
Like what @judda said, a 500 error indicates a code issue, and changing the htaccess probably isn't going to get that fixed. Can you access the logs on the server? nginx logs for example would dump a more explicit error than 500 which could help. 

failing to open stream sounds like a fopen or file issue, which doesn't make sense on a registration page unless maybe there are files on your server with incorrect permissions. 

 
@Syntax There was a conversation about the 500 error on Discord, the message was:

View attachment 5414

Which tells me there is a weird pathing issue which used to work in "the old days" of KittoKittoKitto but now after a few steps it's not working.

 
Back
Top