Skip to:
Content
Pages
Categories
Search
Top
Bottom

Page Not Found After Domain Transfer


  • bbrian017
    Participant

    @bbrian017

    All new members registering at my site after I moved domains are getting a page not found for their sub directory blog page.

    All previews blogs are fine it’s odd.

    Any reason why all new blogs are page not found after the domain name move?

    Thanks,.

    Brian

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

  • bbrian017
    Participant

    @bbrian017

    Just an update for information to this is my current htaccess file

    As an example see this members blog, http://bloggingwire.com/club/payitforward

    RewriteEngine On

    RewriteBase /

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    I also just noticed it’s proceeding the blogs with a folder name /blog/

    perhaps something I missed during the domain transfer.

    Any suggestions on this?

    UP date:

    manually editing the blog in the admin removing the proceeding /blog/ makes it work.

    Suggestions on removing the proceeding /club from sign up?


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Either you fixed it, or you’re missing something…

    Not all blogs are 404’ed… http://bloggingwire.com/yourfitness/about

    Looks like just the club link isn’t working, but does the /club blog actually exist?


    bbrian017
    Participant

    @bbrian017

    Hi John,

    After I did the domain name move I forgot to remove the attribute /club from the wpconfig file.

    Silly me

    I have this working now.

    Thanks,

    Brian

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Not Found After Domain Transfer’ is closed to new replies.
Skip to toolbar