• Resolved simplystitchez

    (@simplystitchez)


    I have recently moved from hosting to local server for my wordpress site. I thought I had everything going great my site loads up with SSL and everything. However ….. All the links to the other pages are broken none of them work. The only thing I can get to work is to manually type in wp-admin and I can login to the site and update plugins and things look fine on the inside but not working from public or on my server for any of the links. I’ve checked the .htaccess file and matched it up

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    not sure where else to go with this any help is appreciated thanks so much

    Error message is 404 url not found

    • This topic was modified 4 years, 9 months ago by James Huff. Reason: moved to Localhost Installs since this is a localhost install

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘404 url not found’ is closed to new replies.