Results 1 to 5 of 5

Problem mit VBSEO und 2 Foren auf einer URL

This is a discussion on Problem mit VBSEO und 2 Foren auf einer URL within the Deutsch forums, part of the General Discussion category; hallo, wir testen gerade VBSEO 3.0 und haben folgendes Problem : im Root von Don't Pay4TV - Hacked by DrEaM. ...

  1. #1
    Junior Member
    Real Name
    Joerg
    Join Date
    Jul 2007
    Posts
    3
    Liked
    0 times

    Question Problem mit VBSEO und 2 Foren auf einer URL

    hallo,

    wir testen gerade VBSEO 3.0 und haben folgendes Problem :

    im Root von

    Don't Pay4TV - Hacked by DrEaM. liegt unser Forum ( da funzt VBSEO)

    jetzt haben wir aber unter

    http://www.free-tv-crew.eu/ulc eine andere PHP Application laufen ( ist ein Upload Center)

    sobald ich VB SEO im ADMINCP aktiviere funzt das ULC nicht mehr ...

    kann ich VBSEO irgendwo sagen das er mit dem Verzeichniss ULC nix machen soll ???

  2. #2
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    561
    Liked
    2 times
    ...
    Last edited by Onur; 07-18-2007 at 10:11 AM.

  3. #3
    Junior Member
    Real Name
    Joerg
    Join Date
    Jul 2007
    Posts
    3
    Liked
    0 times
    Hallo,

    danke erstmal. Leider funzt das nicht der geht dann dierekt auf das ErrorDokument.

    ich hänge mal meine htaccess datei an :

    Code:
    <FilesMatch "\.(php|html?)$">
    LimitRequestBody 0 
    php_value memory_limit 60M 
    php_value post_max_size 55M 
    php_value upload_max_filesize 50M 
    php_value magic_quotes_gpc off 
    php_value output_buffering 4096 
    php_value safe_mode off 
    php_value max_execution_time 1800 
    php_value max_input_time 1800 
    </FilesMatch>
    RewriteEngine On
    RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} (ulc)/
    RewriteRule ^(.*)$ $1 [L,QSA]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    ErrorDocument 404 6en.de - Dein kostenloser Erotikführer, Bordellführer und Hurenführer
    was muß ich denn da ändern ?

    P.s. :

    Das ULC ist eine eigenständige anwendung die hat mit dem Board eigentlich nix zu tun...

  4. #4
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    561
    Liked
    2 times
    moment!

  5. #5
    Junior Member
    Real Name
    Joerg
    Join Date
    Jul 2007
    Posts
    3
    Liked
    0 times
    Hallo,
    Danke erstmal für deine Antwort.

    leider scheint das auch nichts zu bringen, da er automatisch auf die angegebene 404 Fehlerseite springt...

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM

Posting Permissions

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