GoPanel sirfpsycho Add this in Rewrite Config : location / { try_files $uri $uri/ /index.php?$args; }
sirfpsycho GoPanel it is a php script. Running fine on apache cpanel. Matter is htaccess is being used in two place. And in aapanel there is no option.
GoPanel sirfpsycho For your info, you can also search for the solution in NGINX Forum directly. You might get faster response there.
aaPanel_Jose sirfpsycho Please try to add to url rewrite rewrite '.*' public/$1 last; location /public/ { if (!-e $request_filename){ rewrite ^(.*)$ /index.php break; } } location ~ *.css { allow all; }
sirfpsycho [deleted] Yes I tried but If you read my post you can see that I have two htaccess in two different folder. and I am not getting how can I put url rewrite for both of the folder.
draj48 kaz050457πΆπ° Inginx not working my php script π₯Ά i am url rewrite but only one index page why πΆ my script is 1000+ page π°
sirfpsycho draj48 if your script has one htaccess then your script will run smoothly after converting htaccess.