Habe nun Probleme mit dem .htaccess.
Alle links gehen nicht. Es ist ein Windows Web Server 2008
Was muss man da machen?
This is a discussion on Problem der xml Einbindung ins Admin CP within the Deutsch forums, part of the General Discussion category; Habe nun Probleme mit dem .htaccess. Alle links gehen nicht. Es ist ein Windows Web Server 2008 Was muss man ...
Habe nun Probleme mit dem .htaccess.
Alle links gehen nicht. Es ist ein Windows Web Server 2008
Was muss man da machen?
Hat jemand eine Idee wie man das beim Windows Server handhabt damit die Links gehen?
Hallo,
in dem Verzeichnis 'htaccess' sind doch außer der '.htaccess' noch ein paar .txt Dateien dabei... Du solltest mal den Inhalt der 'isapi_rewrite.txt' oder 'isapi_rewrite2.txt' in Deine .htaccess einbinden und testen. Wenn ich mich nicht täusche sind die für den Windows Server.
Gruss Micky; AutoFan.CH and Modellbahnforum.CH
Da giebts bei ihm einen Fehler, da geht dan garnichts mehr.
Sobald die neuen Links da sind kommt ein Fehler das die Seite nicht vefügbar ist
Wie muss man das dort einstellen damit diese auch funktionieren?
Hey,
was für einen Webserver in welcher Version setzt du ein?
Ist bei dir ISAPI_Rewrite installiert?
Die kostenfreie Version reicht aus.
Windows Web Server 2008 SP2
Ich installiere mal das Tool
Ich habe das Tool installiert, die Domain ausgewählt und die .htaccess sieht so aus:
# 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/$1 [L,R=301]
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]
Welchen Webserver (IIS) setzt du ein?
Du musst nicht die .htaccess nehmen, sondern eine andere Datei, welche u.a. von der Version des eingesetzen IIS abhängt![]()
Ich weis zwar nicht wieso.
Aber nach dem ich das von dir empfohlene Tool installiert habe funktioniert es nun ohne Probleme
Vielen Dank dafür![]()
Hey,
beim IIS braucht man eben dieses Tool dafür.![]()
Super, danke nochmal![]()
Gerne
Hallo
ich bin mal wiedermal.
Habe jetzt einen ubuntu 10.04 Linuxserver.
Product eingebunden und die .htaccess ins root vom Forum geladen
Nun werden aber die Link zwar umgeschrieben ist aber nicht erreichbar
Die htaccess sieht so aus:
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] 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]
Hallo,
das hört sich für mich so an, als wäre das Servermodul mod_rewrite bei dir nicht aktiviert.
Bitte versuche einmal folgendes:
[How to] Check if mod_rewrite is working for my site
Gruß,
Fabio