• Resolved incamedia

    (@incamedia)


    I have moved my wordpress site to a new server http://www.incamedia.co.uk
    On the old site the links displayed in format domain.co.uk/pagename. On the new site they display in the permalinks default domain.co.uk/?page_id=39 etc.

    When I put /%postname% in permalinks custom structure the browser returns page not found.

    How do I get my original permalinks behaviour back?

Viewing 1 replies (of 1 total)
  • Thread Starter incamedia

    (@incamedia)

    Have edited .htaccess file with the following code:

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

    Pretty permalinks now work. Strangely the old site did not have a .htaccess file.

Viewing 1 replies (of 1 total)

The topic ‘permalinks broken after server transfer’ is closed to new replies.