Hi,
my reduced index.php was renamed to “in”.
Now I have set up a 404-Page.
When the 404-template is called with an url containing /in/ at the start, special chars (for me especially german “umlaute”) get broken. In any other case the page works correctly.
The sourcecode of both pages looks identically.
Perhaps this is an issue of my htaccess? this is:
DirectoryIndex in index.php index.shtml index.html index.htm
<Files in>
ForceType application/x-httpd-php
SetHandler application/x-httpd-php
DirectoryIndex in in.php index.php index.shtml index.html index.htm
</Files>
#</IfModule>
ErrorDocument 404 /110412_lehrerfreund-migration/in/neu/404Does anybody have an idea about the reason of this error?
Thanks a lot in advance!