All links from external sources are dead (General)

by Lennart Lindell, Tuesday, September 23, 2008, 18:49 (5693 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.

Hi,
as I said before you can in Unix/Linux create a softlink.
Do it the following way (with the names in your example):

ln -s index.php mix_entry.php

if the files are in the same directory, otherwise you have to add
the path also.

locked
5653 views

Complete thread:

 RSS Feed of thread