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]
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]