i'm trying to get a clean url for my about page.

i want to change

http://www.example.com/about.php

to

http://www.example.com/about

i put my htaccess file as this

RewriteEngine On
RewriteBase /
RewriteRule ^(.+)/([0-9]+)/?$ about.php

it's not working though, i get the 404 not found error.

Well the fastest fix in that is to create a folder and put about.php in that and rename it to index.php :P

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.