I changed docRoot root as public folder and contains .htaccess file
http://prntscr.com/mpg310
My .htaccess like this
Options -MultiViews -Indexes
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authori…
vow I think I found what is problem and why my rules arent working.
I use PHP Laravel Framework and Laravel use public folder for stream not the public_html. by default. I changed public_html to public folder. But cyberpanel is trying still read …