Hi, I have this line in .htaccess :
But SuPHP prevents me from accessing "/usr/local/apache/htdocs/" from other sites. Someone knows how to solve it?
Thanks in advance
Code:
RewriteRule ^sites/([^/]+)/sitemap.xml$ /usr/local/apache/htdocs/sitemap.php?slug=$1
Thanks in advance