-
AuthorPosts
-
October 15, 2014 at 6:51 am #335945
Hello, I think I’ve come across an issue with permalinks, please check the private box bellow for sample links to test:
October 19, 2014 at 4:07 pm #337962Hi 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,
AndyOctober 20, 2014 at 5:17 pm #338473None 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).
October 21, 2014 at 7:09 am #338845Hi!
Thank you for using Enfold.
Where is the “4454” url coming from? How did you set your permalink structure?
Cheers!
IsmaelOctober 21, 2014 at 4:30 pm #3390604454 is the post ID. I am using this permalink format:
/%post_id%/%postname%
October 28, 2014 at 12:37 pm #342178Hi!
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,
IsmaelOctober 28, 2014 at 12:48 pm #342186Hey!
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,
ArvishOctober 28, 2014 at 6:02 pm #342352The provided rule:
RedirectMatch 301 ^/(\d+)/([^/]+)$ https://palofit.com/$2
does not appear to do anything.
Thanks.
October 30, 2014 at 4:21 pm #343465Hi!
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,
IsmaelOctober 31, 2014 at 4:10 am #343849That last rule did the trick.
Thanks.
November 3, 2014 at 4:53 am #345054 -
AuthorPosts
- The topic ‘Issues with permalinks’ is closed to new replies.