| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 3652|Reply: 8
Collapse the left

need help

[Copy link]

 United States

Post time: 2012-12-22 18:27
| Show all posts |Read mode
Yesterday everything worked, today I try going into a thread and I get a 404 error message saying the forum html can no tbe found. Here is a link to take a look

http://ballyhoooo.com/forum/forum.php
Post time: 2012-12-22 18:40
| Show all posts
Edytowano przez kaaleth dnia 2012-12-22 17:46

It's SEO problems. Create BLANK .htaccess file in your main DiscuzX directory and go to Settings -> SEO. Click View the current Rewrite Rules and copy content into your .htaccess file. It should work if your server  support apache and mod_rewrite module. If no uncheck all fields in your SEO's settings.

By the way. If your forum is only in english I suggest you to set default language.

 United States

 Author| Post time: 2012-12-22 18:48
| Show all posts
Do I copy all the files? For all the different server types.
Post time: 2012-12-22 18:50
| Show all posts
Edytowano przez kaaleth dnia 2012-12-22 17:54

I don't know what is your type of server

 United States

 Author| Post time: 2012-12-22 19:08
| Show all posts
Ok had to uncheck the seo stuff, thanks and also were do I set the default language at?
Post time: 2012-12-22 19:20
| Show all posts
Edytowano przez kaaleth dnia 2012-12-22 18:48

Edit config/config_global.php

Replace
  1. $_config['output']['language'] = 'sc';
Copy the Code
To
  1. $_config['output']['language'] = 'en';
Copy the Code
Replace
  1. $_config['detect_language'] = 1;
Copy the Code
To
  1. $_config['detect_language'] = 0;
Copy the Code
If you dont want display language selector, you can:

Replace
  1. $_config['enable_multilingual'] = 1;
Copy the Code
To
  1. $_config['enable_multilingual'] = 0;
Copy the Code
or upload missing languages

 United States

 Author| Post time: 2012-12-22 19:40
| Show all posts
I don't have the 2 edits you posted here is what I have

  1. $_config['detect_language'] = true;        // Auto-detect user language: true|false

  2. $_config['enable_multilingual'] = true;        // Enable/Disable multi-lingual feature
Copy the Code
Post time: 2012-12-22 19:48
| Show all posts
Sorry I mean config_global not config_global_default.

 United States

 Author| Post time: 2012-12-22 20:44
| Show all posts
worked great thanks
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-09-29 02:16 GMT+3 , Processed in 0.082113 sec., 8 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list