ispCP - Board - Support
[ERLEDIGT]VirtualHost-Eintrag zusätzliche regeln? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: [ERLEDIGT]VirtualHost-Eintrag zusätzliche regeln? (/thread-13118.html)



[ERLEDIGT]VirtualHost-Eintrag zusätzliche regeln? - Kayaro - 03-24-2011 05:20 AM

Hallo Leute,

kleine Frage bzw. Problem:

ich möchte eine Domain auf eine Subdomain auf einen anderen Server leiten und möchte dazu diesen eintrag nutzen. Wo genau trage ich diesen nun ein damit es Funktioniert?

Code:
RewriteEngine on
RewriteRule ^(.*)$ http://sub.domain.tld$1 [P]
ProxyRequests On
ProxyVia On
<Proxy *>
Order deny,allow
Deny from all
Allow from all
</Proxy>

Hoffe mir kann da jemand helfen.
danke


RE: VirtualHost-Eintrag zusätzliche regeln? - Knut - 03-24-2011 05:59 AM

Ich vermute mal einfach in den docRoot als .htaccess-Datei.

Knut


RE: VirtualHost-Eintrag zusätzliche regeln? - Kayaro - 03-24-2011 06:13 AM

Wenn ich die ganz normal als .htaccess speicher bekomme ich einen 500 und im Log steht:

[Wed Mar 23 21:12:26 2011] [alert] [client 213.218.15.189] /var/www/virtual/xxxx/htdocs/.htaccess: ProxyRequests not allowed here


RE: VirtualHost-Eintrag zusätzliche regeln? - joximu - 03-24-2011 07:51 AM

Versuchs in die /etc/apache2/ispcp/<domain>.conf einzutragen

/J


RE: VirtualHost-Eintrag zusätzliche regeln? - Kayaro - 03-24-2011 07:54 AM

(03-24-2011 07:51 AM)joximu Wrote:  Versuchs in die /etc/apache2/ispcp/<domain>.conf einzutragen

/J

Ich danke dir, so funktionts!