Hi @usmannasir @die2mrw007 @qtwrk @shoaibkk
I am facing a strange issue which started occuring after I upgraded to latest stable version 2.3.2.
Whenever I try to setup a laravel web app, by creating a fresh website using cyberpanel the site starts with cyberpanel installed index.html
But after I remove it and upload the web app files in the root directory and try to open the install wizard or access index it shows me 404 error.
I know this has something to do with htaccess rewrite rules as this is an issue with all new websites we create but previously it got fixed if we saved rewrite rules by manage website page as it added rules generated by cyberpanel by editing htaccess file but now if I do it then starts to show error 403.
RewriteEngine On
RewriteRule . /public/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
I tried to manually edit the htaccess file with solution you mentioned in this post but still the same 403 error.
Here is the link to my htaccess rules content : htaccess content - Pastebin.com
In forum previously it had a tutorials section where there was a guide to fix error by editing virtual host config & context from OLS web console but I am unable to find it now.
I would really appreciate any help in this matter. Thanks.


