Page 2 of 2 FirstFirst 1 2
Results 16 to 30 of 30

Problem der xml Einbindung ins Admin CP

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 ...

  1. #16
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    Habe nun Probleme mit dem .htaccess.
    Alle links gehen nicht. Es ist ein Windows Web Server 2008

    Was muss man da machen?

  2. #17
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    Hat jemand eine Idee wie man das beim Windows Server handhabt damit die Links gehen?

  3. #18
    Senior Member Micky_1's Avatar
    Real Name
    Michael
    Join Date
    Jan 2009
    Posts
    306
    Liked
    0 times
    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.

  4. #19
    Junior Member
    Real Name
    Kevin Klein
    Join Date
    Mar 2010
    Posts
    2
    Liked
    0 times
    Da giebts bei ihm einen Fehler, da geht dan garnichts mehr.

  5. #20
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    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?

  6. #21
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Hey,

    was für einen Webserver in welcher Version setzt du ein?

    Ist bei dir ISAPI_Rewrite installiert?
    Die kostenfreie Version reicht aus.

  7. #22
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    Windows Web Server 2008 SP2
    Ich installiere mal das Tool

  8. #23
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    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]

  9. #24
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    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

  10. #25
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    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

  11. #26
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Hey,

    beim IIS braucht man eben dieses Tool dafür.

  12. #27
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    Super, danke nochmal

  13. #28
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Gerne

  14. #29
    Junior Member
    Real Name
    Wojtek
    Join Date
    Mar 2010
    Posts
    22
    Liked
    0 times
    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]

  15. #30
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    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

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. vBulletin 4.x Problem with member.php rewrite for Admin Log in as User Plugin
    By SemperFideles in forum Troubleshooting
    Replies: 10
    Last Post: 01-25-2010, 03:24 AM
  2. Admin Cp ve Mod Cp klasör adý
    By serdalca in forum Türkçe
    Replies: 5
    Last Post: 10-12-2009, 02:33 AM
  3. admin folder / htaccess problem
    By Chad in forum URL Rewrite Settings
    Replies: 6
    Last Post: 02-24-2009, 02:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •