2 yabba Mar 01, 2010 14:07

Thanks, Yabba. Have done everything as you mentioned.
There is, however, one thing that I'm suffering to fix:
I redirected the root access to the /beta access through a script. But... I cannot remember where I inserted that dreaded thing.
I'm sure that string is not on the index.php or index.html files under the root and the public html. Have checked them carefully. I really do not have a clue where is it.
Do you know where this code can be? It is possible to be on the /skins folder or "lost" in another folder other than root or public html?
I know I was careless :(
.htaccess is the normal culprit ;)
¥
Gah, Yabba... it is not in there :(
I even tried to delete them, and it continues redirecting to the beta folder.
The script is
window.location.href = 'http://www.sobrenada.org/beta';
I don't know where to look anymore. If there was a Search function, I could try to find it.
I anyone also knows how to "overscript" it, I would be glad.
Ahh, that be a js thing, check your (root) skins header.inc files
¥
oops, just looked at your source, that js redirect is all on it's lonesome ... urm, try your /conf/ files, it's summat that kicks in early
¥
Nothing. Have searched inside the text files on all directories you have told me, and nothing.
I wonder if it is something "homemade" that can be done. Another script, i dunno. I recreated the Beta folder and put an index.html with the same script inside, but pointing to the root. And it looped, lol.
My guess is the darned thing is on the root, somewhere, cuz it do not seems to go all the way to the skins folder, or the public html folder itself.
I'm really lost.
¥åßßå wrote:
oops, just looked at your source, that js redirect is all on it's lonesome ... urm, try your /conf/ files, it's summat that kicks in early
¥
EDIT: It's not fixed :-/
But i found out this: If I type http://sobrenada.org on my browser, it goes to the correct site.
BUT, if I type http://www.sobrenada.org (with the www), it redirects me to the beta folder.
This is a useful clue??
---
Gave it up. I just "updated" my blog thru Fantastico again and it SEEMS to have fixed everything. It gave me double slashes after the base url, but I edited the conf/basic_config.php and everything seems fine NOW.
I will test if nothing seems misplaced, but I think it is fixed.
Thanks Yabba!
(btw, what is that on your avatar??)
www versus non www is usually an indication that .htaccess is kicking in.
My avatar is a doodle that I drew years ago ;)
¥
You will also need to edit conf/_basic_config.php and change the setting for $baseurl to remove the beta/ part
¥