All links from external sources are dead (General)

by Floxx, Tuesday, September 09, 2008, 20:10 (5707 days ago) @ Floxx

All internal links were death due to changed taget "index.php".

It took a while but now I noticed, that all external links from Google index and other sources are dead due to the changed link target with index.php instead of eg mix_entry.php

To avoid error 404 messagaes for the visitors I placed in the root directory of MLF 2.0 a dummy file named

mix_entry.php

with the content

<? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.mypage.de/scripts/forum/" ); ?>

That's all what I can do currently with my really poor programming knowledge to by-pass the traffic for each call of (old) mix_entry.php to the (new) homepage of MLF 2.0.

locked
5777 views

Complete thread:

 RSS Feed of thread