Version 1.0.3
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Version 1.0.3
Thanks Stoker.
I uploaded the files, except the one in language which it does not seem to be different.
Everything is ok.
(I only made test 404 error).
I uploaded the files, except the one in language which it does not seem to be different.
Everything is ok.
(I only made test 404 error).
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Version 1.0.3
I uploaded the files and then edited them to have auto redirect back to the last page.
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Version 1.0.3
How did you made this ?
And if the last page was my site...?
And if the last page was my site...?
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Version 1.0.3
Take a peek or just upload in you template file overwriting the errors files.
file below
file below
Last edited by martin123456 on 28 Mar 2012, 15:06, edited 2 times in total.
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Version 1.0.3
I made a test 404 on Bl4d3 x's site and I hade the message "you'll be redirected...." than I have been redirected to Stoker's site
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Version 1.0.3
File fixed that was your browser cache that bought you back here.
it will bring you to the page you come from
Go to the previous page You will be redirected automaticly after 2 seconds.
also credit is not mine its a member on this sites and can be found here viewtopic.php?f=43&t=1616
it will bring you to the page you come from
Go to the previous page You will be redirected automaticly after 2 seconds.
also credit is not mine its a member on this sites and can be found here viewtopic.php?f=43&t=1616
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Version 1.0.3
It would be better if the redirect is to the home page. If somebody comes from Google for example, he'll be redirected to Google
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Version 1.0.3
its simple to place a redirect script set to the home page in to it il do it later today as the wife want to go out
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Version 1.0.3
This file will redirect back to your home page
change this part on all files
to
Demo: http://www.blades-place.co.uk/filessss/
change this part on all files
Code: Select all
window.location = page;
Code: Select all
window.location="YOUR SITE LINK"
Last edited by martin123456 on 28 Mar 2012, 15:09, edited 1 time in total.