Quote:
Originally Posted by Smoothie
Check to see if there is a .htaccess file on your server.
|
yeh, i have the myspace profiles up and the .htaccess is in the forums root. But i just tried deleting that and no good.. Paul M, i'll try disabling the hooks like you said and see what happens
*************************************
well do i have to put
Quote:
define('DISABLE_HOOKS' true)
|
in a certain place? cuz i put it below the first two boxes and nothing.... still re-directs to that lame @$$ site. WHat's next?
and for the .htaccess file on my forum root, this is the only thing in it
Quote:
RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1
|