XF 1.2 display rewritten url on 404 page

localhost8080

Well-known member
hello. For some reason I can't get the the simpliest rewriterule done.

even a simple

"mystring" to index.php leads to 404.

The mystery is, that my rewrite rules from this forum to redirect phpbb urls to the right xen work very well.

now i'd like to know how the requested url has been rewritten that leads to 404.

Thank you.

David
 
Last edited:
now, I tried this:

Code:
RewriteEngine On
RewriteBase /

RewriteRule index.html$ index.php

for the request "index.html", my apache access.log logs a response code 200 - okay but xen still comes up with "page not found".

whan now, xen?!
 
Top Bottom