ispCP - Board - Support
Problem mit mod_rewrite - 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)
+---- Forum: Plauderecke (/forum-49.html)
+---- Thread: Problem mit mod_rewrite (/thread-14979.html)



Problem mit mod_rewrite - Nosxxx - 08-24-2011 12:05 AM

Hallo
Ich nutze die Aktuelle IspCp version. 1.0.7 und Debian 6

Nun habe ich Webspell installiert und einen Mod Rewrite mod bzw addon.

http://myefx.de/calendar.html Der funktioniert

http://myefx.de/profile/1/admin.html Der nicht.

Habe das auf meiner Webspace privaten webspace auch installiert dort funktioniert alles.

Sieht würde es mit simulierten Ordnern Fehler geben.

Code:

Code:
178.190.202.50 - - [23/Aug/2011:15:48:56 +0200] "POST /getlang.php?modul=bbcode&mode=array HTTP/1.1" 200 936 "http://myefx.de/registered_users.html" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0"
178.190.202.50 - - [23/Aug/2011:15:48:56 +0200] "POST /shoutbox_content.php HTTP/1.1" 200 26 "http://myefx.de/registered_users.html" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0"
178.190.202.50 - - [23/Aug/2011:15:48:56 +0200] "GET /clanwars.html HTTP/1.1" 200 4351 "http://myefx.de/registered_users.html" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0"
178.190.202.50 - - [23/Aug/2011:15:48:56 +0200] "POST /getlang.php?modul=bbcode&mode=array HTTP/1.1" 200 936 "http://myefx.de/clanwars.html" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0"
178.190.202.50 - - [23/Aug/2011:15:48:56 +0200] "POST /shoutbox_content.php HTTP/1.1" 200 26 "http://myefx.de/clanwars.html" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0"
178.190.202.50 - - [23/Aug/2011:15:48:58 +0200] "GET /news/archive.html HTTP/1.1" 500 26 "http://myefx.de/clanwars.html" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0"

Sieht so aus als würde er bei news/archive.html nen 500 erzeugen. Woran kann das liegen ?

Code:
RewriteEngine on
IndexIgnore */*
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ _route.php?p=$1 [L,QSA]
RewriteRule ^index\.php$ _route.php [L,QSA]

hier noch die phpinfo
http://myefx.de/phpinfo.php


RE: Problem mit mod_rewrite - brusau - 08-24-2011 03:56 PM

http://serversupportforum.de/forum/ispcp/46536-mod_rewrite-und-ispcp.html


RE: Problem mit mod_rewrite - joximu - 08-24-2011 07:14 PM

Also kurzlösung: multiviews ausmachen....

ich schliesse mal...

... hat ja ausserdem nichts mit ispcp zu tun -> Plauderecke...