• Resolved edo888

    (@edo888)


    Hi,

    I’m the developer of GTranslate plugin: https://ww.wp.xz.cn/plugins/gtranslate/

    We are having constant issues with the default wp-content/.htaccess rules you set to block all direct PHP scripts execution under wp-content directory.

    
    ## WP Defender - Protect PHP Executed ##
    <Files *.php>
    Order allow,deny
    Deny from all
    </Files>
    ## WP Defender - End ##
    

    Could you add this rule, so we do not have to do this every time manually to allow execution of gtranslate.php file?

    
    ## WP Defender - Protect PHP Executed ##
    <Files *.php>
    Order allow,deny
    Deny from all
    </Files>
    ## WP Defender - End ##
    
    <Files gtranslate.php>
    Order allow,deny
    Allow from all
    </Files>
    

    Thanks! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @edo888

    Hope you’re doing well and I’m sorry for any frustration this caused.
    I’m sharing this with Defender team for further consideration and we’ll keep you posted here as soon as possible. 🙂

    Thank you,
    Dimitris

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @edo888

    I hope you are doing well.

    We haven’t heard from you in a while, I’ll go and mark this thread as resolved.

    However, feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

    Thread Starter edo888

    (@edo888)

    Hi,

    I am actually awaiting response from you.

    If you are not going to make the change I have proposed, that is totally fine, but please make a statement about it.

    Thanks!

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    HI @edo888

    I apologize for misunderstanding here.

    As for your request – yes, it is going to be implemented. It’s already on our developers’ “to do” list so it’s going to be there but I don’t know release version numer yet and I don’t have an ETA.

    I can confirm, though, that it’s to be added in future.

    Kind regards,
    Adam

    Thread Starter edo888

    (@edo888)

    Great! Please add this support topic’s link into the task as reference, so when it is done you can update me here.

    Thanks!

    Hi @edo888,

    I’m afraid that we can’t update tickets when the releases are pushed as we’re working on over dozen plugin and it would be impossible to update everyone with status updates.
    You can still find the latest fixes and improvements in plugin changelog.

    Cheers,
    Predrag

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

The topic ‘Compatability with GTranslate plugin’ is closed to new replies.