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