rockindude77
Newbie
Posts: 9
|
|
« on: December 04, 2013, 11:32:47 am » |
|
When I click on the Help link on my forum I always get the message
HTTP Error 404
Does this mean that the path of this link is not good, and if so in which file can I change this?
|
|
|
|
|
SMFSupport
|
|
« Reply #1 on: December 04, 2013, 11:34:15 am » |
|
Yes, that means you can not find the help file you have to check whether the file actually exists
|
|
|
|
|
rockindude77
Newbie
Posts: 9
|
|
« Reply #2 on: December 04, 2013, 11:35:25 am » |
|
Where do I find this help file in the root or in the root of the Theme you use
|
|
|
|
SMFSupport
|
|
« Reply #3 on: December 04, 2013, 11:36:15 am » |
|
I'm just watching ... And find out that mine also gives a 404 in the Dutch language pack: XrD.nl: 404 error Sorry, I could NOT find http://www.xrd.nl/forum/Themes/default/help/index.dutch.htmlTry again So apparently there is a bug in the Dutch help file ... english is there, and it works just ... strange, I can not find that index.dutch.html on the server
|
|
|
|
LeDroy
Newbie
Posts: 3
|
|
« Reply #4 on: December 04, 2013, 11:37:38 am » |
|
maybe there is no english help file index.english.html exist otherwise though.
|
|
|
|
DMZS7
Newbie
Posts: 1
|
|
« Reply #5 on: December 04, 2013, 11:44:21 am » |
|
What you can do is the english help files renamed to the Dutch.
So replace english dutch
I have also done so, and now it works well for me (except that it is explained in English ....)
|
|
|
|
nemasis
Newbie
Posts: 1
|
|
« Reply #6 on: December 04, 2013, 11:47:52 am » |
|
Hi all, I just figured out an easier solution. Create an HTML file and put the following code in: <html> <head> <meta http-equiv="refresh" CONTENT="0; url=index.english.html"> <meta content="text/html; http-equiv="Content-Type" charset=iso-8859-1"> </ head> <body> </ body> </ html> Save this file as index.dutch.html and upload it (help / Themes / default /) to the Help folder of your forum. How does it work? Once someone on the Help button he gets to that file. Which refers the visitor straight to the already existing index.english.html A nice solution until a dutch help file exists
|
|
|
|
SMFSupport
|
|
« Reply #7 on: December 04, 2013, 11:49:35 am » |
|
Yeah ... but DMZS7's solution worked perfectly even though
|
|
|
|
LeDroy
Newbie
Posts: 3
|
|
« Reply #8 on: December 04, 2013, 11:51:32 am » |
|
seems to me that something is more convenient rather than nothing even though the English
|
|
|
|
|