mahtab2003 / Xera

Now Introducing a new and easy way to manage your clients and MyOwnFreeHost hosting accounts.
https://xera.eu.org/
GNU General Public License v2.0
48 stars 38 forks source link

After installation it does not register, some pages have 404 errors. #176

Closed ORyong closed 2 weeks ago

ORyong commented 2 weeks ago

Register and redirect to mydomain/admin/regeister, but this page does not exist. Screenshot_20241031_102754_com microsoft emmx Screenshot_20241031_103113

ORyong commented 2 weeks ago

When I tried to install Xera, the last step of the installation step: redirection. Click the redirect button and you will jump to / admin / regeister. But the page is 404 and there is no directory in the host file directory.

itsmerosu commented 2 weeks ago

When I tried to install Xera, the last step of the installation step: redirection. Click the redirect button and you will jump to / admin / regeister. But the page is 404 and there is no directory in the host file directory.

Register and redirect to mydomain/admin/regeister, but this page does not exist. Screenshot_20241031_102754_com microsoft emmx Screenshot_20241031_103113

Please check your PHP configuration. Try changing the PHP version and reinstalling it.

ORyong commented 2 weeks ago

I used PHP8.1 and MySQL 5.7 as recommended by Xera.

When I tried to install Xera, the last step of the installation step: redirection. Click the redirect button and you will jump to / admin / regeister. But the page is 404 and there is no directory in the host file directory.

Register and redirect to mydomain/admin/regeister, but this page does not exist. Screenshot_20241031_102754_com microsoft emmx Screenshot_20241031_103113

Please check your PHP configuration. Try changing the PHP version and reinstalling it.

santydesignscr commented 2 weeks ago

It's because you're on a subdirectory, you need to adapt the .htaccess file or install in a subdomain instead

ORyong commented 2 weeks ago

Instead of putting him in a subdomain, I put him in another brand new domain and in that domain directory, and attempted to install both in that domain's directory and in a subdirectory of that domain catalog. Both were 404.

It's because you're on a subdirectory, you need to adapt the .htaccess file or install in a subdomain instead

santydesignscr commented 2 weeks ago

Ohh, I see, you're using nginx, Xera is intended to be used on apache server, or apache server through nginx proxy

ORyong commented 2 weeks ago

Yes.you are right. Thanks for your help

Ohh, I see, you're using nginx, Xera is intended to be used on apache server, or apache server through nginx proxy