Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Settings not saved #31553
    kvogel
    Post count: 10

    I found final solution.
    In the wp-config file multisite settings was wrong.

    When I fixed
    define(‘DOMAIN_CURRENT_SITE’, ‘main-root-doman-name.com’);
    define(‘SITE_ID_CURRENT_SITE’, 5);
    define(‘BLOG_ID_CURRENT_SITE’, 5);

    in may case my main site ID in wp multisite enviroment is 5.
    When this settings is not correct HMWP cant save settings and make several issues.

    You cant use subdomain for main site with HMWP.

    Its not bug, its a special problem when you upgrade SINGE WP to MULTI WP, and this settings not correct.

    in reply to: Settings not saved #31022
    kvogel
    Post count: 10

    IT’S SOLVED.
    I changed MULTISITE wp-config settings to FALSE. When I enable HMWP plugin wizard loded in single site enviroment and settings saved. I changed MULTISITE to true in wp-config and now HMWP working in multisite.

    in reply to: Settings not saved #31015
    kvogel
    Post count: 10

    I try to find settings in PhpMyAdmin.
    I delete all database field what i find with %LIKE%=hmwp searching and looks hmwp settings. I try to clen all site database from WP MultiSite.
    I think HWP settings saved to databse from admin settings form, but not loading back, and rewrite rules also not loading back to admin panel from DB.

    in reply to: Settings not saved #31012
    kvogel
    Post count: 10
    This reply has been marked as private.
    in reply to: Settings not saved #30992
    kvogel
    Post count: 10
    This reply has been marked as private.
    in reply to: Settings not saved #30813
    kvogel
    Post count: 10

    PHP Notice: Undefined variable: current_cookie in /htdocs/wp-content/plugins/hide_my_wp/hide-my-wp.php on line 1858

    in reply to: LimitInternalRecursion #18691
    kvogel
    Post count: 10

    I found solution. Please delete this post ASAP.
    Thank you.

    in reply to: Hide Zencache static folder #8177
    kvogel
    Post count: 10

    Hi,
    I find solution.

    I add this outbound rule to web.config

    <outboundRules>
    <rule name=”Rewrite cache folder” preCondition=”IsHTML” patternSyntax=”ECMAScript”>
    <match filterByTags=”A, Img, Link, Script” pattern=”http://(eu-cdn.)?(portya.net)/(wp-content)/(.*)” />
    <action type=”Rewrite” value=”http://{R:1}{R:2}/inc/{R:4}” />
    </rule>
    <preConditions>
    <preCondition name=”IsHTML”>
    <add input=”{RESPONSE_CONTENT_TYPE}” pattern=”^text/html” />
    </preCondition>
    </preConditions>
    </outboundRules>

    Thanks,

    Kristof

    in reply to: Hide Zencache static folder #8153
    kvogel
    Post count: 10

    Yes, I understand, I added, but it’s not effective.

    [WORDPRESS] -> [HMWP] -> [ZENCACHE] -> [FRONTEND USER]

    in reply to: Hide Zencache static folder #8142
    kvogel
    Post count: 10

    Hi Suman,

    It’s not working.
    Zencache is a last module in HTTP content delivery.
    Hyde My WP not affect this last content.
    My site is: http://portya.net

    Example:
    “wp-content/scouting-speed/htmlc/public/portya-net/0/c/e/a/2/e5bae3820155eabf8a382f233cd2ed14-compressor-part.js”

    Please find in source code this cache folder:”scouting-speed”

    I have to add URL rewrite rule on OUTBOUND in IIS web server.
    How to add wp-content/ ==> inc/ outbound rule?

    thanks, Kristof

Viewing 10 posts - 1 through 10 (of 10 total)