Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kavutha

    (@kavutha)

    Thanks, i have deactivated all the plugins except pesapal just incase there’s one blocking it but still no luck, i have added this code on my .htaccess
    <Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>
    But still the same problem. What else can i do to allow access to the admin-ajax.php.

    Thread Starter kavutha

    (@kavutha)

    Hello Paul, I dont have any security plugins installed, my .htaccess looks like this

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /vukacounty/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /vukacounty/index.php [L]
    </IfModule>

    # END WordPress
    I dont know if there is any rule blocking.

    Hello, I installed the plugin and it was working fine on the localhost server, but after uploading the website on a live server, the pay button is not working anymore. Kindly assist. Thanks in advance

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