Let website link is www.abc.com I have 3 PHP Files.
I want to convert
I am using RAW PHP.
Can anyone help me please?
Thanks in advance.
Update your .htaccess file by rewriteRule. Example:
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^home$ ./home.php
RewriteRule ^user_name/(\d+)*$ ./profile.php?id=$1
RewriteRule ^add$ ./add.php
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With