What influence line in .htaccess like: Options +FollowSymlinks I tried to redirect domain like .NET to .COM within CP and it prohibited me to do this. When I removed it worked redirection in CP without an error.
wilderness
2:36 pm on Jul 23, 2009 (gmt 0)
What do you error logs say?
toplisek
3:02 pm on Jul 23, 2009 (gmt 0)
I have not stored error. I just removed this line (4)
jdMorgan
3:57 pm on Jul 23, 2009 (gmt 0)
"Options +FollowSymlinks" or "Options +SymlinksIfOwnerMatch" is required (either in the server config or in .htaccess) in order to enable mod_rewrite.
Various control panels do things in different ways, and their behavior may change as they are revised and updated. So I don't care to guess why your control panel refused to do what you asked.