PDA

View Full Version : Forum Redirects


ravenfaust
11-26-2009, 04:26 AM
When a non-logged in user clicks a link,it takes them to page not found, does not take them to main page, or Please Register how can i fix?

Lynne
11-26-2009, 04:34 AM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.

ravenfaust
12-09-2009, 03:51 AM
Thank you i fixed it