A
A
Aibek Kendirbaev2015-03-12 11:06:36
htaccess
Aibek Kendirbaev, 2015-03-12 11:06:36

URL Rewrite. How to change url in address bar?

In general, I have a file with the path www.example.com/about.php, I want www.example.com/about to appear in the address bar when I go to this page. How to do it? I know that through .htaccess, help me write the rules. Thank you in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex stephen, 2015-03-12
@stan11

RewriteEngine on
RewriteRule (.*) /$1.php [L]

Well, either, the absolute path:
RewriteEngine on
RewriteRule about /about.php [L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question