Portfolio links not working when permalink changed to Month and Name

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Portfolio links not working when permalink changed to Month and Name

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11571
    dcerecedo
    Member

    After changing the permalink settings to “Month and Name”, portfolio entries can not be located. It works fine if I use default permalinks, which is not an option.

    Any suggestions to overcome this? Is it a bug or misconfiguration?

    Thanks in advance,

    Dani

    #11589
    Raghavendra
    Moderator

    Cannot reproduce this on my side. Haven’t had anyone report this either. Can you share a temp login pls? Thanks

    #11590
    Raghavendra
    Moderator

    Also, can you pls disable all plugins once and check if the problem gets resolved? My tests say this should never happen. When you say, links not working, do you mean you are hitting a 404 error?

    #12126
    dcerecedo
    Member
    This reply has been marked as private.
    #12127
    Raghavendra
    Moderator

    Even when I change the permalink to the default one – I hit 404 error. And that happens to posts as well – not just portfolio entries. Can you pls check your server configuration, specially the .htaccess file?

    #12128
    dcerecedo
    Member

    Seems to be ok. It gets updated when I change the WP permalink configuration.

    My apache conf:

    <VirtualHost *:80>
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    </VirtualHost>

    And the /var/www/.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

    #12130
    dcerecedo
    Member

    I’m going to tear the system down and start all over again. I’ll keep you informed

    #12138
    dcerecedo
    Member

    Finally got it to work. Don’t know what broke it first 🙁

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio links not working when permalink changed to Month and Name’ is closed to new replies.