Page 1 of 1

[PARTIALLY SOLVED] Internal Server Error on /loginURL

Posted: Tue Jun 09, 2020 6:30 pm
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.

Re: Internal Server Error on /loginURL

Posted: Fri Jun 12, 2020 9:59 am
by WCH2020
Hello! should i lose hope!? :D

Re: Internal Server Error on /loginURL

Posted: Mon Jun 15, 2020 8:51 am
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).

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

Posted: Wed Feb 17, 2021 10:08 pm
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