• There is no options to control creation of an .HTACCESS file;
    this became big issue, speciali, when blog is in subdiretory.

    If there is created file, other plugins may not work or will work partly, as it takes control of some CSS,SWF or other “media”. So they start to become as error 404, but redirect to main page example.com/ from example.com/someBlogDir

    Please provide option page for that proceess. Fo example I don’t need that file!

    15 min spend on research of issue.

    🙁

    http://wordpress.org/extend/plugins/text-link-ads/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Umbrovskis.com

    (@rolandinsh)

    ps. or at least make file writible for webadmin with some CHMOD, best CHMOD 777, so the owner can re-upload with other permissions, if he/she has no such rights

    Thread Starter Umbrovskis.com

    (@rolandinsh)

    this may help togetger with removing function “deletion”
    around line 494
    function htaccess(){return "";}
    together with

    <? php
    unlink('.htaccess');
    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Text Link Ads] .htaccess ???’ is closed to new replies.