greencode
Member
Posted 2 years ago #
First of all, loving the plugin but I have one problem: If I do the following:
http://www.mysite.com/test
then this works ok. But if I do:
http://www.mysite.com/abc/test
i.e Add a forward slash for my permalink then for some reason it doesn't work. It simply redirects this correct url to:
http://www.mysite.comabc/test
therefore removing the first slash at the end of my main url and obviously it doesn't find the page.
Any help or advice would be greatly appreciated.
http://wordpress.org/extend/plugins/custom-permalinks/
greencode
Member
Posted 2 years ago #
Am I the only one experiencing this issue?
greencode
Member
Posted 2 years ago #
I think I've figured this out. I've added a trailing slash to the WordPress custom permalink and that seems to have done the trick.
tribsel
Member
Posted 2 years ago #
I have the same problem!!! Please help!
I commented the line 681 in file wp-content/plugins/custom-permalinks.php:
//add_filter( 'user_trailingslashit', 'custom_permalinks_trailingslash', 10, 2 );
and it seems to work now... But i'm not sure(((