Hi,
I followed the link you provided so I changed wp-login.php.
The mistake I did was the following:
I changed that (original setup):
<img src=”http://collegexbreaks.com/wp-bug/screen1.png” width=”684″ height=”123″>
To that (my mistake):
<img src=”http://collegexbreaks.com/wp-bug/screen2.png” width=”684″ height=”123″>
Thx fot all
Hi Steve,
Many thx for your help.
I’m afraid it doesn’t work: http://collegexbreaks.com/wp-collegexbreaks/
I get this error message:
Warning: require(/home/content/06/8423506/html/wp-collegexbreakswp-collegexbreaks/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/content/06/8423506/html/wp-collegexbreaks/index.php on line 18
Weird, I thought it supposed to be:
/home/content/06/8423506/html/wp-collegexbreaks/wp-blog-header.php
Instead of:
/home/content/06/8423506/html/wp-collegexbreakswp-collegexbreaks/wp-blog-header.php
Here is what I wrote in wp-login.php:
update_option('siteurl', 'http://collegexbreaks.com/wp-collegexbreaks' );
update_option('home', 'http://collegexbreaks.com/wp-collegexbreaks' );
Does it have something to do with .htaccess?
Thx again