Link to home
Start Free TrialLog in
Avatar of madwax
madwax

asked on

Apache, PHP, mod_rewrite

Could anyone please giva a good explanation on how to use mod_rewrite so that I can implement a similar system as e.g. EE for rewriting urls to my articles. That is instead of having http://www.mydomain.com/article.php?id=123456 I could use http://www.mydomain.com/123456.html ?

Thanks in advance,
//jan
Avatar of Mercantilum
Mercantilum
Flag of Japan image

This link from apache provides the whole litterature about using mod_rewrite

  http://httpd.apache.org/docs/misc/rewriteguide.html

This is more specifically what you need

  http://www.bugzilla.org/docs214/html/rewrite.html

Regards
ASKER CERTIFIED SOLUTION
Avatar of Mercantilum
Mercantilum
Flag of Japan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial