[PARTIALLY SOLVED] Internal Server Error on /loginURL

Ask for help or provide support to other members.
Post Reply
WCH2020
Posts: 2
Joined: Tue Jun 09, 2020 6:19 pm

[PARTIALLY SOLVED] Internal Server Error on /loginURL

Post by WCH2020 »

Hello,

Just uploaded and when opening the admin page, gives me the following error.
I tried setting the files' permissions as mentioned in the Wiki, but didn't work.

Hope you can help.

WonderCMS-3.1.0
Apache
PHP 7.4.5

Code: Select all

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
WCH2020
Posts: 2
Joined: Tue Jun 09, 2020 6:19 pm

Re: Internal Server Error on /loginURL

Post by WCH2020 »

Hello! should i lose hope!? :D
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Internal Server Error on /loginURL

Post by wiz »

Hi WCH, welcome to the community!

1. Does your website/WCMS installation work if you just visit the homepage?
2. Connected to the question above, does the error happen only when you log into the admin or the admin page?
3. It seems like your htaccess is causing issues, can you make sure it's present in the same location as index.php?
4. Additionally, to verify #3 issue, try visiting yourwebsite.com/?page=loginURL to see if it works (if it does, this indicates your htaccess/mod_rewrite isn't enabled).
www
Posts: 1
Joined: Wed Feb 17, 2021 10:05 pm

Re: [PARTIALLY SOLVED] Internal Server Error on /loginURL

Post by www »

In my case it was pretty simple:
I installed wondercms in a subdirectory and so i had to add the following lines to the .htaccess file (after the line RewriteEngine on)!

Code: Select all

RewriteBase /my/sub/dir/cms
Post Reply