Link to home
Start Free TrialLog in
Avatar of genesisvh
genesisvh

asked on

I think what I'm asking for is hashing a url?

I know I sound naive about this but I would like to know how to make a url like, "www.domainname.com/index.php?id=92 to something like this www.domainname.com/?clas=&a=92 or something like that. In other words I want to disguise the url. Do I use ruby rails and if i do how do I. Can anyone show me either a good guide or/and examples. Thanks
ASKER CERTIFIED SOLUTION
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America 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
These links should help.  Much of this stuff will not work unchanged in your configuration, so you really want to read carefully and learn the principles, rather than just doing a cut-and-paste.

http://httpd.apache.org/docs/current/mod/mod_rewrite.html
http://httpd.apache.org/docs/current/rewrite/
http://httpd.apache.org/docs/current/rewrite/remapping.html

Best of luck with it, ~Ray