• Hello,

    I cannot get permalinks working. I have this in 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

    Any ideas how I can permalinks working?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @matthisco

    Delete the existing .httaccess file and login to the admin panel then update the permalinks in Settings -> Permalink Settings.

    • This reply was modified 5 years, 8 months ago by Naveenkumar C.
    Thread Starter matthisco

    (@matthisco)

    Thanks for the reply.

    I’ve done that, recreated my .htaccess file to this:

    # 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

    I still get a 404 when I try and use a permalink, any ideas?

    Not Found
    The requested URL /venepuncture-venipuncture-tomorrows-clinicians-2/ was not found on this server.
    
    Apache/2.4.18 (Ubuntu) Server at xxxx Port 80
    • This reply was modified 5 years, 8 months ago by matthisco.
    • This reply was modified 5 years, 8 months ago by matthisco.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks 404 error’ is closed to new replies.