0

www.example.com/about.php url i want to change this url www.example.com/about/

I want to .php extension remove then I add / in url

3
  • 1
    Welcome to SO, please do share your tried .htaccess rules file in your question, thank you. Commented Jan 2, 2023 at 6:29
  • <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^example.com$ [OR] RewriteCond %{HTTP_HOST} ^www.example.com$ RewriteRule (.*)$ example.com/demo/khushal/$1 [R=301,L] RewriteCond %{REQUEST_URI} !(.*)/$ </IfModule> Commented Jan 2, 2023 at 6:52
  • 1
    Kindly do add these rules in your question, thank you. Commented Jan 2, 2023 at 7:00

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.