----- Original Message ----- From: "linux nitwit" <[EMAIL PROTECTED]> > i am using apache 1.3.19 on redhat and have the > requirement that the browser address bar does not show > http://www.site.tld/foo.php?config=etc,etc and maybe > just show http://www.site.tld/fooo > i understand that i have to use apache rewrite module > for it can somebody with prior experience help me out > as in how to go about it, the documentation in apache > site doesnt seem to cater to beginners.
You could use mod_rewrite to do this. Or, you could go with a simpler solution. If foo.php is being called as an ACTION from a FORM, use the POST method. Also, you can configure Apache to treat any .html as a PHP application. Thaths _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
