luckybxl
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirect IE usersNEVERMIND ! It’s now working, sorry to bother !
Forum: Plugins
In reply to: [Redirection] Redirect IE usersHello John,
I finally could make the redirection to work for my homepage but I’d like it to work for every page of my website (7 pages) but I really don’t knwo how to do that.
Here are the setup WORKING (only for the front-page) :
————-
Source URL: / (no regex)
Query Parameters : Ignore & pass parameters to the target
Title: Home-IE-Redirect
Match: URL and User Agent
User Agent: (?:\b(MS)?IE\s+|\bTrident\/7\.0;.*\s+rv:)(\d+)
When matched: Redirect to URL with HTTP code 301 – Moved Permanently
Matched Target: /internet-explorer
Unmatched Target: (?)
Group : redirections Position : 0
————I’d just like to do the same for the 6 other pages but this setup (the same as for the front-page) doesn’t work :
————-
Source URL: /a-propos (no regex)
Query Parameters : Ignore & pass parameters to the target
Title: Home-IE-Redirect
Match: URL and User Agent
User Agent: (?:\b(MS)?IE\s+|\bTrident\/7\.0;.*\s+rv:)(\d+)
When matched: Redirect to URL with HTTP code 301 – Moved Permanently
Matched Target: /internet-explorer
Unmatched Target: (?)
Group : redirections Position : 0
————
Could you give me some advices ?
ThanksForum: Plugins
In reply to: [Redirection] Redirect IE usersMany thanks for your help and your plugin.
I have a last question:
If I want the whole website to be redirected to my IE-page, do I have to create one redirection by page ?Forum: Plugins
In reply to: [Redirection] Redirect IE usersOoooooooookay ! I finally got it ??
Thank youForum: Plugins
In reply to: [Redirection] Redirect IE usersI know what’s the problem :
There were too many redirections.
Error Code: INET_E_REDIRECT_FAILEDForum: Plugins
In reply to: [Redirection] Redirect IE usersHello,
yes, I did.
in IE, he tries to load the page during 20 seconds and then displays ‘Can not read this page’. But the URL is finally correct in the address bar.
I’m live now, same setup, adapted.Tks
Forum: Plugins
In reply to: [Redirection] Redirect IE usersHello,
I could find the user agent I needed but it’s still not working.
Can it be working on my local setup of WordPress ?Here is the adress :
https://localhost/kantine
Here is the adress I want it to be redirected :
https://localhost/kantine/internet-explorer/My setup :
Source URL: ^/.*
Title: IE-Redirect
Match: URL and User Agent
User Agent: (?:\b(MS)?IE\s+|\bTrident\/7\.0;.*\s+rv:)(\d+)
When matched: Redirect to URL with HTTP code 301 – Moved Permanently
Matched Target: /kantine/internet-explorer/
Unmatched Target: (?)Could you help me on this ?
ThanksForum: Fixing WordPress
In reply to: Allow Image Upload on a pageHello Joy,
I needed to be able to import and replace each image of my page and I needed these images to exactly adapt to the layout that I had previously created. But I did it by allowing “MultiPostThumbnails”.
Thanks for your reply.Ho thank you,
I try that!
Cheers,
Lucie