Hello php-general,

I have a question about htaccess (I cannot modify httpd.conf in the
server since I just host on server, not dedicated one.

I want to be able to convert from :

www.mysite.com/index.php?f=module_a.php

into

www.mysite.com/index/module_a.php


and am I able to do :
www.mysite.com/index.php?f=module_a.php?name=abc&address=bcdefgh
?

thx
--
Best regards,
adwin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to