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
45 stars 37 forks source link

can't setup properly #65

Closed PiyushYadav007 closed 1 year ago

PiyushYadav007 commented 1 year ago

after installation it told me to register the admin user but get error

image

mahtab2003 commented 1 year ago

.htaccess file error

PiyushYadav007 commented 1 year ago

What should I do?

PiyushYadav007 commented 1 year ago

Please reply i need to set this up

OnionDev1885 commented 1 year ago

Your .htaccess should look like this:

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php [NC,L] 
</IfModule>

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule .*$ index.php?/$1 [L]
</IfModule>
PiyushYadav007 commented 1 year ago

Done but it is showing same error

OnionDev1885 commented 1 year ago

Done but it is showing same error

Can u post a picture of your current .htaccess?

PiyushYadav007 commented 1 year ago

Ok now It worked thanks