New Landing How can we help? Themeforest Theme Support Flexform Permalinks not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #13325
    xpromgr
    Member
    Post count: 1

    Hope you can help me. None of my page links are working. URLs are good, but the link leads to a 404 page.

    I selected “Post name” for my permalink settings.

    The permalink settings indicate:
    “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.”

    My wp-content folder is writable, but I can’t locate the .htaccess file on my server. Is there a workaround for this?

    #13478
    xpromgr
    Member
    Post count: 1

    That’s ok. I had to work with my managed hosting service to locate and enter the script onto the .htaccess file.

    This is now resolved.

    #18982
    jaberize
    Member
    Post count: 6

    Hi,

    Can you please provide more guidance on a detailed procedure for changing the htaccess file?

    I cant seem to find anything in the documentation on changing the htaccess file!

    Thanks,

    #19076
    thosch71
    Member
    Post count: 89

    Hi jaberize,

    I also had to alter the htaccess-file….

    this is what it should look like to make pretty permalinks work (at least that’s how it worked for me 😉 ):

    # 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

    Hope this helps,

    thosch

    #19463
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thanks thosch!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register