Pages: 1
Topic closed
Hi all,
WWWThreads is Static URL version and it required mod_rewrite option enabled server.
If you don’t have mod_rewrite enable on your hosting then WWWThreads will get error message like("Error 404") after successfully finishing Installation Wizard. So Please ask your hosting provider to enable mod_rewrite option on your hosting.
Otherwise you can do a simple change in coding to make it Dynamic URL After Successfully installed
How to Redirect – Static URL - TO - Dynamic URL
1) Download cache/cache_config.php file form server
2) Open cache/cache_config.php
3) Find the following Line
'o_rewrite_urls' => '1',
4) Replace with
'o_rewrite_urls' => '0',
5) Remove previous cache/cache_config.php file form server then Reupload the new one
Offline
Thanks Mib . I got my forum work after doing this modification.
I asked my hosting provider to enable Mod_rewite on my hosting but they didn’t provider
Offline


how do ukeep it from changing back to 1??? I keep saving it after i change it to ) but it somehow keeps getting back to 1! What to do??
Offline
Hi zero061099,
Login as admin then go to :
Admin menu > Options > SEO TAB > SET URL Rewriting = "NO" [SAVE]
Offline


Thank you vey much!!
Offline
Topic closed
Pages: 1