Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: Mobile redirection
    Thread Starter coupontales

    (@coupontales)

    Hey 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 URL
    Thread Starter coupontales

    (@coupontales)

    Yeah , I guess that’s the only solution.
    Thank you 🙂

    Forum: Fixing WordPress
    In reply to: Image Gallery URL
    Thread Starter coupontales

    (@coupontales)

    Hello 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 URL
    Thread Starter coupontales

    (@coupontales)

    Hey thanks RachieVee, I will check and keep u posted.

Viewing 4 replies - 1 through 4 (of 4 total)