• Hello! I’m having a little problem with my wordpress, i installed it and configure it using a subdomain url (something.example.com) while i decide which domain buy, now that i bought a new domain for the site i changed it from the Settings, but the homepage isn’t working.

    The new domain is pointing to the same folder as the subdomain, and everything else works fine, just the home page.

    Take a look here:
    This is the new domain: http://www.ClasificadosValleMedio.com (see the problem?)
    and this is what it should look like: http://www.ClasificadosValleMedio.com/inicio
    “inicio” is the page set as the homepage. If you check, the entire website is working perfectly until you try to go to the homepage without using the /inicio

    Thanks in advance to read and try to answer me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • check the htaccess file

    Thread Starter ale992

    (@ale992)

    This is my htaccess:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Is there anything wrong there?

    Thanks again!!

    its a redirect problem per the page at inicio
    “The page isn’t redirecting properly”

    check htaccess in the subdomeain folder too. i think conflict of htaccess files

    and did u change both instances inthe settings?

    and am i right to understand: you want the main domain to point to subdomain?

    and both the domain and the /incio give me redirect issue

    I hope someone can help please. I was given a staging url by our provider, I have finished the site build and now need to make the site live. I’ve tried changing the url’s by firstly changing the settings in the wp general settings and obviously ran into problems. I followed the codex guides (downloading files and databases, changing config.php, uploading files and database etc). There were 7 file transfer errors ((creating directories)) when I tried to upload the files back via filezilla and the was an issue with uploading the database into the new server.

    However everything worked for a few minutes then logged me out and went back to 404.

    So I’ve uploaded the original files back to the site, changed the urls back to the staging url within phpmyadmin and am hopefully back to square one without causing to many problems.

    Can someone please walk me through how to do this properly?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem after change the URL’ is closed to new replies.