Whitelisting Slider URLs

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    mikeinthevalley
    October 19, 2024 at 9:00 am #165919

    Hi there,
    after tweaking the php.ini and wp-config I finally got it to import the main demo.
    Nevertheless the slider image wont appear.
    In the slider revolution overview it only warns on the object library which I learned results from a needed whitelisting of *.themepunch.tools and * .themepunch-ext-a.tools.

    I tried to whitelists these libraries in the htaccess-file by putting this block:
    RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
    RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
    RewriteCond %{REMOTE_ADDR} !^*.themepunch.tools$
    RewriteCond %{REMOTE_ADDR} !^*.themepunch-ext-a.tools$
    RewriteRule ^(.*)$ – [R=403,L]

    in the <IfModule mod_rewrite.c> section.
    This produced an internal server error.
    Can anyone help? I guess that the *. notation is not a valid argument.
    Slider revolution does not give any support to the Highend theme users without a paid license, so I cant ask them which are the exact URLs without wildcard *.
    Thank you in advance.
    Regards
    Michael

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.