Okay
  Public Ticket #297762
Wordpress Permalinks and Portfolio
Closed

Comments

  • Hubert started the conversation

    Hi, and congratulations regarding Salient. This theme is really awesome. However, I've got an issue with permalinks. As soon as I change the original permalinks in Wordpress to another form, my portfolio link in my header do not display anymore my projects, displaying a 404 Error page. What should I do ? Thank you very Much.

  • Hubert replied

    Found my answer, Had to update the ht access file,

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