Hallo,
weiss den keiner eine Möglichkeit wie man bei Plesk mit Hilfe der vhost.conf oder .htaccess das DocumentRoot ändern kann!?
Benötige folgendes:
DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
nach
DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/public
oder vielleicht so:
Alias /public /srv/www/vhosts/XXXXXX.de/httpdocs/public
<Directory “/srv/www/vhosts/XXXXXX.de/httpdocs/public/”>
order deny,allow
allow from all
AllowOverride Limit
Options FollowSymLinks ExecCGI
</Directory>
oder mit ln -s, aber wie?
Benötige dringend Hilfe! Dankbar für jede Antwort! Thanxxx
javascript:emoticon(':idea:');
javascript:emoticon(':?');
- URGENT - DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
Re: - URGENT - DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
<OT>
</OT>
Cracken unseres Forums ist Zeitverschwendung ;)jogovogo wrote: javascript:emoticon(':idea:');
javascript:emoticon(':?');
</OT>
Re: - URGENT - DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
das macht der im safari so...
Re: - URGENT - DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
Pöser Safari, ein Grund mehr, Apple nicht zu mögen ;)
Re: - URGENT - DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
Das mit dem Safari halt ich für ein Gerücht
-
Roger Wilco
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: - URGENT - DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
Im Prinzip sollte es eine vhost.conf in /srv/www/vhosts/example.com/conf/ mit dem Inhalt "DocumentRoot /srv/www/vhosts/example.com/httpdocs/public" tun. Danach `/usr/local/psa/admin/sbin/websrvmng -a -v` ausführen.
Re: - URGENT - DocumentRoot /srv/www/vhosts/XXXXXX.de/httpdocs/
@Roger Wilco
So einfach geht das. Ich glaub das gar nicht....
Thanxx a lot!
So einfach geht das. Ich glaub das gar nicht....
Thanxx a lot!
