My pages have urls like:
i want to use htaccess and in such a way that,
when a user types into his/her web browser :
htaccess uses the mod-rewrite(rewriterule) and takes the user to:
CAN THIS BE DONE? if yes, then please someone write me the htaccess code please. I have no idea how to use the htaccess. Please help.Just in case:"the cows.com domain does NOT BELONG to me, i just used it as an example."
Thanks in advance.:-)
Added after 8 minutes:
And it cant just be for
it has to work for any value.like
CAN THIS BE DONE? if yes, then please someone write me the htaccess code please.
Code:
cows.com/?go=cowdung
when a user types into his/her web browser :
Code:
cows.com/cowdung
Code:
cows.com/?go=cowdung
Thanks in advance.:-)
Added after 8 minutes:
And it cant just be for
Code:
cows.com/cowdung becomes>> cows.com/?go=cowdung
Code:
cows.com/anything becomes>> cows.com/?go=anything
Comment