I forgot it,
I’ve checked if any htaccess file was in the directory, but now /blog is the only file or path inside.
Thanks again, lmarqueze
Why not use phpMyAdmin and set the Blog and WordPress urls back to http://lusopia.com/blog
See: http://www.tamba2.org.uk/wordpress/site-url/
Then when your blog is working, install WordPress on the host where you have http://www.porunpunadodedolares.com hosted.
Just in case, there is also this–Moving WordPress.
Hi!,
Is just what i done at first, change the url again, but i dind’t see phpMyAdmin shows me only 30 first options….
I got it, thank you man
I am having a similar problem, I changed the site URL to something that already existed, and now when I try to go my my wp-admin page, I am redirected to an formatless version of the site that already existed. I got not access my admin general options to change the URL back. My blog has content, but not styles.
I want to change the URL with phpMyAdmin, but have spent hours without being able to install or configure it. Any assistance with that?
I’ve hit a wall… Please help.
Thanks
I have the same exact problem after following the moving wordpress tutorial my site works but it is style less i believe this has something to do with the permalinks, i already erased both .htaccess files from the root and from the install dir hoping wordpress would rewrite them. .htacess is created however the site is styleless while wordpress works seems to be working i believe this has to be with the modrewrite but i cant seem to find a explanation on how to fix it.
http://www.fernandoalvarezmusic.com
Moved the wordpress dir from http://www.fernandoalvarezmusic.com/blog to
http://www.fernandoalvarezmusic.com/system
current root .htaccess has the following.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /fernandoalvarezmusic/system/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress