Forum Moderators: phranque
Rewrite to this:
http://example.com/about
I'm not sure If It's possible to do this with .htaccess, I test several time at still don't work, hopefully somebody can help me.
Regards.
[edited by: jdMorgan at 3:33 pm (utc) on June 25, 2008]
[edit reason] example.com [/edit]
Yes, it's possible.
Please have a look through our Apache forum library, and see the documents cited in our Forum Charter for more info. Then post your best-effort code as a basis for discussion.
A search of this forum for "extensionless URLs rewrite" may also be helpful.
Thanks,
Jim
RewriteEngine on
RewriteRule ^/(.*)$ http://example.com/page/$1.htm
I know my code a bit foolish, but indeed, I think It could be solve with few lines. Thanks you help.