Home › Forums › WordPress Plugins › Hide My WP › Issues with CDN & HMWP
- This topic has 13 replies, 2 voices, and was last updated 9 years, 7 months ago by Suman M..
-
AuthorPosts
-
May 31, 2015 at 6:25 pm #2778BarbellPost count: 57
Hi,
I also posted in the comments on Codecanyon but thought it would be better to post here.
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/comments#comment_10150841I’ve decided to use a CDN (Cloudfront) to get better loading times since the site scored extremely slow. I’m using the rename features (New theme path, New style name, New wp-includes path, New plugin path & New upload path) and I’ve followed the instructions from here http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17469.
Sadly it messes up my layout when I enter those lines because it can’t find the nessecary styling etc. I guess.
But what I noticed is that “www” is added infront of the URLs when I look in the source code.
For example, which can not be found:
http://www.cdn.mywebsite.com/extensions/c3c4ba13/assets/css/somestyling.cssInstead of, which can be found:
cdn.mywebsite.com/extensions/c3c4ba13/assets/css/somestyling.cssAny idea how I can prevent www to be added to the “Replace in HTML” links? (if this is actually the issue but it made sense to me).
If I type cdn.mydomain.com in my address bar then www is NOT automatically added.
www is automatically added to mydomain.com though since I use:# Always use www in the domain # Replace \\\'example.com\\\' with your domain name <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^([a-z.]+)?mydomain\.com$ [NC] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .? http://www.%1mydomain.com%{REQUEST_URI} [R=301,L] </IfModule>
removing this won’t change anything though.
What is the best way to achieve this or do you think the problems lies elsewhere?
- This topic was modified 9 years, 7 months ago by Barbell.
May 31, 2015 at 6:44 pm #2781BarbellPost count: 57This reply has been marked as private.June 1, 2015 at 4:45 am #2789Suman M.Post count: 12478Hi, can you please let us know what are the exact line that you added in “Replace in HTML” option box for CDN? Also it would be nice if you can provide us with your website backend details (as private message) so that we can have a look at it.
And since you are using Better WP Minify plugin, hope you have followed the instructions here – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17298
- This reply was modified 9 years, 7 months ago by Suman M..
June 1, 2015 at 7:55 am #2797BarbellPost count: 57This reply has been marked as private.June 1, 2015 at 3:26 pm #2799BarbellPost count: 57This reply has been marked as private.June 1, 2015 at 6:37 pm #2803Suman M.Post count: 12478Can you please try this:
http://www.mountmuscle.com/design/=http://data.mountmuscle.com/design/
http://www.mountmuscle.com/file/=http://data.mountmuscle.com/file/
http://www.mountmuscle.com/other/=http://data.mountmuscle.com/other/
http://www.mountmuscle.com/extensions/=http://data.mountmuscle.com/extensions/Can you please point out where exactly the theme info is being displayed in source code?
And the given password for http://www.mountmuscle.com/wp-login.php?adm=6891 doesn’t work?June 2, 2015 at 10:28 am #2813BarbellPost count: 57This reply has been marked as private.June 2, 2015 at 10:48 am #2814BarbellPost count: 57This reply has been marked as private.June 2, 2015 at 1:25 pm #2819BarbellPost count: 57This reply has been marked as private.June 3, 2015 at 7:02 am #2827Suman M.Post count: 12478You can use “Replace in HTML” option in general settings tab to replace the words in your page source. For example to replace
with
you have to add the following line in “replace in html” box:WooFramework 6.2.0=MyFramework
And regarding social icons not being displayed, I’ve found the issue. It’s because of the path to font (social) in http://data.mountmuscle.com/mountmuscle/style.css (line number 1731 – 1732). Those fonts are not in CDN in that path?
June 3, 2015 at 8:13 am #2834BarbellPost count: 57This reply has been marked as private.June 4, 2015 at 4:36 am #2839Suman M.Post count: 12478After re-activating HMWP plugin, click on “undo previous settings” button in start tab to get back the previous settings.
June 4, 2015 at 9:23 am #2844BarbellPost count: 57This reply has been marked as private.June 4, 2015 at 4:08 pm #2850Suman M.Post count: 12478So currently, isn’t the HMWP settings working correctly for you? What specifically isn’t working?
-
AuthorPosts
You must be logged in to reply to this topic.