[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mod_rewrite
- Subject: Re: [cobalt-users] mod_rewrite
- From: flash22@xxxxxxx
- Date: Thu Dec 7 19:45:02 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 6 Dec 2000, hirsh -e-skwirtz wrote:
> on my raq3 we have been successfully using htaccess with the
>
> command:RewriteEngine on
> RewriteRule ^(.+)$ http://www.mywebsite.com
>
> all of a sudden none of these server side rewrites are functioning
How about:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^(.+)$ http://www.mywebsite.com/
btw, running out of file descriptors will cause interesting things like
this, added a lot of sites lately?