[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] mod_rewrite



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?