Options +FollowSymLinks in vhost.conf

MrGervais

Registered User
Hallo habe die Option FollowSymlink in vhost.conf eingetragen es funktioniert auch,
jedoch nicht richtig was muß ich noch tun hier mal der link des Symlinks
COW-Forum | Startseite ist nur ein Test wird dann nicht mehr gehen

und auf dem selben Server der Link wohin er geht

COW-Forum | Startseite

leider ist es in Plesk etwas schwieriger als damals mit Confixx

Grüße MrGervais
Danke schonmal im Voraus
 
Last edited by a moderator:
Ich habe die lösung selber gefunden.

sollte jemand PHP anwendungen im Follow zu liegen haben muß in die Conf noch

folgendes rein

Code:
<Directory /srv/www/vhosts/[I]<Domain wo symlink liegt>[/I]/httpdocs/[I]<der symlink bei mir dieser>[/I]forum>
	<IfModule sapi_apache2.c>
		php_admin_flag engine on
		php_admin_flag safe_mode on
		php_admin_value open_basedir "/srv/www/vhosts/[I]<Domain wo orginal liegt>[/I]/httpdocs:/tmp"
	</IfModule>
	<IfModule mod_php5.c>
		php_admin_flag engine on
		php_admin_flag safe_mode on
		php_admin_value open_basedir "/srv/www/vhosts/[I]<Domain wo orginal liegt>[/I]/httpdocs:/tmp"
	</IfModule>
</Directory>

Grüße MrGervais
 
Back
Top