Forum Replies Created
-
AuthorPosts
-
HassanPost count: 955
Hi Live ,
Sorry for delay,
Firstly, You should consider that HMWP didn’t be tested with Nginx and Multisite at the same time yet. I already noticed it here: http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/14735
It’s helpful to know the only real difference between single and MU installs is theme paths. So try Nginx configuration first to see whether New Include Path (wp-include, e.g. lib) works or not. If it works this means you configured Nginx correctly. If not you may need to change location of HMWP codes for example inside location / { … } block.
As I said, main difference is related to themes. So you can use Nginx configs and only translate the line related to new theme path. There many other htaccess to Nginx convertors just Google to find them.
This is my idea for that line:
rewrite ^/skin/([_0-9a-zA-Z-]+)/main.css /?style_wrapper=true&template_wrapper=$1 last;
Another thing, create another subdomain blog and try changes on it. That’s because you may experience issue with Domain Mapping configuration.
Hope it help!
Let me know the result.November 16, 2014 at 8:00 am in reply to: Whatever the theme used, the "New theme path" option broke the look of the site #1418HassanPost count: 955Hi Again,
Yes, almost all of features in Permalink tab require to have mod_rewrite.
In case of third point, Yes, it displays an alert when WP permalink was disabled but when it was enabled but doesn’t work HMWP can’t find the problem.
If you search Stackoverflow you’ll find many questions related to it. For example this one:
http://stackoverflow.com/questions/15645951/url-rewriting-doesnt-seem-to-work-apache2HassanPost count: 955Hi David,
Sorry for inconvenience,
I changed something and it should be fixed now! Please try again!
HassanPost count: 955Reading this FAQ may be helpful:
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/18294November 12, 2014 at 2:50 pm in reply to: Whatever the theme used, the "New theme path" option broke the look of the site #1394HassanPost count: 955No it’s not enabled yet!
Just check out a post link (go to edit view post). You need to restart Apache to see the result.
This may be useful: http://superuser.com/questions/284898/how-to-check-which-apache-modules-are-enabled-installed
November 12, 2014 at 8:00 am in reply to: Whatever the theme used, the "New theme path" option broke the look of the site #1386HassanPost count: 955Hi David,
The problem is that mod_rewrite module has not been enabled for Apache! (or just disabled using htaccess!)
Even if I disable HMWP, WP permalinks don’t work!
If you configure it yourself just Google “enabled mod_rewrite for Apache”
- This reply was modified 10 years, 2 months ago by Hassan. Reason: grammer!
HassanPost count: 955Hi guys
Sorry for delay,
Actually you don’t need any special effort to hide it from that site! Just choose medium compatibility settings scheme and that’s all!
@nadsrsnug
1) You don’t need to delete theme info manually! HMWP automatically do it! Just enable New Stylesheet Name and choose something as Minify styles (permalink tab).2) To disable directory listing just find its option from general tab and check it!
—–
PS: This FAQ may be helpful in future!
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/18294November 11, 2014 at 8:46 pm in reply to: Whatever the theme used, the "New theme path" option broke the look of the site #1373HassanPost count: 955Sorry for delay,
Please add login details, too. If it’s not possible to install a new plugin from admin area please also provide FTP (as a private reply).
- This reply was modified 10 years, 2 months ago by Hassan. Reason: as a private reply!
September 20, 2014 at 11:16 am in reply to: Multisite unable to access /wp-admin folder for entrusted users #1275HassanPost count: 955First sorry for such a long delay,
Could you please provide an admin user, too. It seems suppot is an ‘editor’.
I think about new admin path as a possible solution.
HassanPost count: 955It should be released in September,
Once again I tried to fix it but your hosting is terrible. I receives timeout connection errors time to time in recent 2 days.
HassanPost count: 955If you enable plugin rename you need to update htaccess with new settings after activating new plugin.
HassanPost count: 955It was fixed!
Your theme uses a PHP file to display customization, but you enabled Avoid direct access to PHP files. I just added that file (wp-content/themes/naviminds2/css/skin.php) to except list.
Note that in future enabling avoid direct access may cause similar problems.
- This reply was modified 10 years, 4 months ago by Hassan.
HassanPost count: 955The problem is that HMWP confuses when you use more than one theme at the same time (e.g. coming soon themes/plugins).
If you disable azure plugin for a moment you’ll see HMWP is working!
September 9, 2014 at 4:17 pm in reply to: Enable (Only Active Plugins) After all the pages are not displayed correctly #1238HassanPost count: 955This is obviously incorrect, see my older reply carefully:
Enable (Only Active Plugins) After all the pages are not displayed correctly
The second part of each plugin line should have wp-content/plugins not two ‘ext’ in each line!
Only first ‘ext’ should be in each line and second should be replaced to ‘wp-content/plugins’
See my reply for an example.
HassanPost count: 955Hi Sam,
You need to add editor to trusted users list to allow them to see wp-admin.
Trusted users list located at the top of general tab.
-
AuthorPosts