RewriteEngine on RewriteBase /~user/ RewriteRule ^book /~user/cgi-bin/c.cgi?menu=1
This way you could useRewriteEngine on RewriteBase /~user/ RewriteRule ^menu([0-9]+).html /~user/cgi-bin/c.cgi?menu=$1 [QSA,L]
you can learn more about mod_rewrite at apache's documentation, or by Googling.
In reply to Re: Hide the url.
by osama
in thread Hide the url.
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |