Forums

Permalinks Do Not Work (1 post)

  1. EpicKris
    Member
    Posted 11 months ago #

    This is possibly a problem with my .htaccess file.

    But I can't go directly to any posts or pages and I'm unsure why.

    .htaccess

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]

    [No bumping, please.]

Reply

You must log in to post.

About this Topic