Hi zusammen,
ich hab auf dem Server Confixx laufen, und habe alles unter dem Forum-Pfad /html/wo80sde eingerichtet.
Ich hab die .htaccess von vBSEO mit ein paar Änderungen (siehe Code) geändert, um das Problem der Subdomain in den Griff zu bekommen, was mit aber nicht gelingt!
Ich kann mit diesem Inhalt keine SubDomain aufrufen, und noch irgendwas installieren (blog oder toplist etc.). Aufrufbar sind die Domains, werden aber immer immer so umgewandelt: WordPress Installation und werden nicht als echte subdomain aufgerufen.Code:# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] # neth24 RewriteCond %{HTTP_HOST} !^www\.world-of-80s\.com$ [NC] [OR] RewriteCond %{HTTP_HOST} !^backup\.world-of-80s\.com$ [NC] RewriteCond %{HTTP_HOST} !^trashcan\.world-of-80s\.com$ [NC] RewriteCond %{HTTP_HOST} !^tools\.world-of-80s\.com$ [NC] RewriteCond %{HTTP_HOST} !^toplist\.world-of-80s\.com$ [NC] RewriteRule ^(.*)$ http://www.world-of-80s.com/$1 [R=301,L] # neth24 Ende RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
Woran liegt das?
Bei Confixx wird der Inhalt (der subdomains) pysikalisch in einem Unterordner angelegt.
Beispiel:
Ich wollte Wordpress installieren unter http://blog.world-of-80s.com/wp-admin/install.php jedoch ist das nicht machbar weil ich das wieder falsch umgeleitet werde. Siehe hier: http://www.world-of-80s.com/subdomai...in/install.php Ich will diese Umleitung aber gar nicht haben!
Und schon gar nicht auf www.blog-world-of-80s.com


LinkBack URL
About LinkBacks






Reply With Quote

