Forum Moderators: phranque

Message Too Old, No Replies

Options +FollowSymLinks

Do I need this?

         

riverstyx

11:41 pm on Aug 27, 2005 (gmt 0)

10+ Year Member



I'm using the following to redirect non-www to www version of site:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^mydomain\.com
RewriteRule (.*) [mydomain.com...] [R=301,L]

I see
Options +FollowSymLinks
often referenced as a precursor. Why? Do I need to add it for some reason?

TIA,

RS

2by4

2:23 am on Aug 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Only if the rewrite doesn't work without it, try it without it first, if it works, you don't need it.