Hi
I have a VPS and have Icecoder installed in /home/xxx.biz/ice/. I have a symbolic link to this directory from a number of other sites, all of which work successfully (eg zzz.net/ice/)
However, on the only site where I am using WP Multisite (yyy.net), I get a 403 error when I attempt to connect to yyy.net/ice.
I have added the following code into the root .htaccess, without success:
# Icecoder symbolic link Options +FollowSymLinks RewriteCond %{REQUEST_URI} ^/ice/ [NC] RewriteRule . - [S=13]
S=13 is the next number in the file.
Any suggestions? – many thanks
ROB
-
This topic was modified 6 minutes ago by
Rob Bernstein.