Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #335945

    Hello, I think I’ve come across an issue with permalinks, please check the private box bellow for sample links to test:

    #337962

    Hi momon!

    maybe these plugins are useful for you:

    http://scott.yang.id.au/pages/permalink-redirect.html

    http://urbangiraffe.com/plugins/redirection/

    If you have any questions we are more than happy to assist you.

    Best regards,
    Andy

    #338473

    None of the above plugins is a fit solution.

    Both cause some serious load issues and the first one even breaks a lot of my urls (they end up in endless loops).

    #338845

    Hi!

    Thank you for using Enfold.

    Where is the “4454” url coming from? How did you set your permalink structure?

    Cheers!
    Ismael

    #339060

    4454 is the post ID. I am using this permalink format:

    /%post_id%/%postname%

    #342178

    Hi!

    Thank you for the info.

    Please add this on top the .htaccess file:

    RedirectMatch 301 ^/(\d+)/([^/]+)$ https://palofit.com/$2
    

    Create a backup of the file first before adding the code.

    Regards,
    Ismael

    #342186

    Hey!

    Sorry for the late reply.

    The solution you require involves custom URL redirection. A redirection plugin could do the trick.

    Alternatively, you might have to resort to modifying .htaccess and creating custion redirection rules. This would unfortunately fall outside the scope of basic theme support.

    You can try http://studio.envato.com or http://www.peopleperhour.com for further customization.

    Best regards,
    Arvish

    #342352

    The provided rule:

    RedirectMatch 301 ^/(\d+)/([^/]+)$ https://palofit.com/$2

    does not appear to do anything.

    Thanks.

    #343465

    Hi!

    Looks like we have reached an impasse. I searched different kinds of forums regarding this issue and the solution above is the best that I can think of. Unfortunately, it didn’t work. Question.. Did you place the wp site on a different folder aside from public_html or root directory? Please replace the redirect code with this:

    RedirectMatch 301 ^/(\d+)$ https://palofit.com/?p=$1
    

    I tested this on my own installation and all post with post id url redirects to the actual post url.

    Regards,
    Ismael

    #343849

    That last rule did the trick.

    Thanks.

    #345054

    Hi!

    Glad it worked. :)

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Issues with permalinks’ is closed to new replies.