
Keiran Thomas
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Keiran Thomas Sort by recent activity-
Fastly causing trailing slash issues - HTACCESS shows 'PERMANENTLY MOVED' when rewrite added whilst Fastly Enabled
Hi, My website is using Fastly CDN to improve site speed. We have 2 versions of the website being indexed - pages with and pages without a trailing forward slash. This is normally resolved by addi...
-
Is this condition correct?
Hi, Can someone confirm this condition will remove trailing slashes from our URL’s? (req.url ~ “/”) set req.http.host = regsuball(req.url, “”); Kind Regards, Keiran
-
Adding a condition to remove trailing / from URLS
Hi, I am a attempting to follow the handy guide about HTTP redirects and have hit a road block. The guide is expecting me to know the condition to add for removing forward slashes from the end of ...