i have problem with making url user friendly so i had change my .htaccess files as flows
//
RewriteEngine on
RewriteRule ^about/$/pages/about.html [L]
//
to make
http://example.com/pages/about.html
to view like this
http://example.com/about
its not working on...
can any help me out...
[edited by: engine at 9:48 am (utc) on Dec 15, 2010]
[edit reason] please use example.com [/edit]