Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RewriteURL Question - PHP

I have this setup right now...

RewriteRule ^/?user userpanel.php
RewriteRule ^/?user/?newListing newListing.php

The above works for only /user goes to userpanel.php like it should but when I try to access /user/newListing it still takes me to userpanel.php, is there something I am missing with that?

Thank you so much ahead of time!

like image 345
Visin Avatar asked Feb 23 '26 10:02

Visin


1 Answers

Switch the order of these and you should be ok.

like image 74
Francis Gilbert Avatar answered Feb 25 '26 23:02

Francis Gilbert



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!