coupontales
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile redirectionHey jc62 , thank you ….
it worked woith plugin and i just saw a feature within my CDN i can just use it to redirect mobile users to mobiel subdomain.but i got a problem with desktop users,
If any dektop users use m.coupontales.com it should redirect to http://www.coupontales.com , for which i am using this .htacccess code
RewriteEngine On
RewriteCond %{QUERY_STRING} !^desktop
RewriteCond %{HTTP_USER_AGENT} “android|blackberry|googlebot-mobile|iemobile|iphone|ipod|#opera mobile|palmos|webos” [NC]
RewriteRule ^$ http://m.website.com [L,R=302]but as i use wordpress , whenever i go to m.coupontales.com/wp-admin , it is redirecting me to coupontales.com/wp-admin .. how can i access admin panel ???
Forum: Fixing WordPress
In reply to: Image Gallery URLYeah , I guess that’s the only solution.
Thank you 🙂Forum: Fixing WordPress
In reply to: Image Gallery URLHello RachieVee ,
Using Admin-Columns is really helpful , But again i cant Download any CSV format so i could use it. ? Any way for this Plugin to export all the URL?Wp-CSV is good , but nit helpful for me , I can only download regarding Post and Pages, but not Media Images.
Forum: Fixing WordPress
In reply to: Image Gallery URLHey thanks RachieVee, I will check and keep u posted.