Current time: 11-22-2024, 06:01 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem mit mod_rewrite
Author Message
Nosxxx Offline


Posts: 4
Joined: Apr 2011
Reputation: 0
Post: #1
Problem mit mod_rewrite
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
(This post was last modified: 08-24-2011 01:18 AM by Nosxxx.)
08-24-2011 12:05 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
Problem mit mod_rewrite - Nosxxx - 08-24-2011 12:05 AM
RE: Problem mit mod_rewrite - brusau - 08-24-2011, 03:56 PM
RE: Problem mit mod_rewrite - joximu - 08-24-2011, 07:14 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)