Xain - Hotel Management System with Website 2.5 Nulled

No permission to download

Not Found​


The requested URL was not found on this server.


Additionally, a 404 Not Founderror was encountered while trying to use an ErrorDocument to handle the request.
 
please give me a working script thank you
when you try to install it ,you can easy find issue from install program ,it is slowly in page .but no error
request first to check your server ,you can visit
https://****.com/install/index.php?step3=true
to jump check function and finished it.
2.page have 404 not fund .you need to config .htaccess with code:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
nginx cnf
location / {
# Check if a file or directory index file exists, else route it to index.php.
try_files $uri $uri/ /index.php;
}
before

after



demo in here for U
 
Reactions: exo