Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    I’ve never seen that behavior and can use links without / , perhaps you have a canonical issue on the site and should consider tweaking .htaccess first to make all resolve one way (with /) or the other.

    Jeffrey

    Thread Starter Nicola VoT Selenu

    (@vot)

    Thanks for your reply Jeffrey!

    I found another user with the same problem.

    I have to admit that I’m not very skilled with .htaccess ..if there’s no way to solve it inside the plugin, could you give me some suggestion to do it by myself via htaccess?

    Thank You in advance for your help and thanks again for this amazing plugin.

    Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    Hi:

    I will ask our devs if we can add something in the future to address, but in the meantime…here’s what you could do using the file editor in SEO Ultimate to add to your .htaccess.

    Ideally, you should ftp into your site and copy your existing .htaccess first as a rule.

    Then, add the following to the file editor or the .htaccess and save, then all URLs will be forced to have training slash.

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !(.*)/$
    RewriteRule ^(.*)$ https://domain.com/$1/ [QSA,L,R=301]

    Hope this helps.

    If you get locked out, then roll back to your previous .htaccess (also, make sure to change the domain.com above to your site).

    Best,

    Jeffrey

    Thread Starter Nicola VoT Selenu

    (@vot)

    it looks good but it doesn’t work ??

    Thread Starter Nicola VoT Selenu

    (@vot)

    weird thing is.. normal permalinks work pretty well with/without trailing slash.

    the problem is present only with SEO Ultimate shorten links..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘SEO Ultimate: Link Mask Generator – ending Slash problem’ is closed to new replies.