Forum Replies Created
-
AuthorPosts
-
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.
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.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.This reply has been marked as private.This reply has been marked as private.PHP Notice: Undefined variable: current_cookie in /htdocs/wp-content/plugins/hide_my_wp/hide-my-wp.php on line 1858
I found solution. Please delete this post ASAP.
Thank you.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
Yes, I understand, I added, but it’s not effective.
[WORDPRESS] -> [HMWP] -> [ZENCACHE] -> [FRONTEND USER]
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.netExample:
“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
-
AuthorPosts