Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

htaccess and httpd.conf prob

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a problem where I have something for mod_rewrite, and
when I put it in httpd.conf it workes fine, but when I put it in
a .htaccess file it dosent run. I know htaccess is working
because if I type in assdasd, which is just non-sence, I get a
Internal Server Error. This is the code.


RewriteEngine on
RewriteRule \/(.*(\.htm|\.html|\.shtml|.{0}))$
/home/htdocs/75megs/cgi-bin/parser/parser/parser1.cgi
[T=application/x-httpd-cgi]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top