Forum Replies Created

Viewing 15 posts - 8,641 through 8,655 (of 9,718 total)
  • Author
    Posts
  • in reply to: Nginx Server: How to? #4786
    Suman M.
    Post count: 12480

    Hi, yes, you need to add those rules (between #BEGIN Hide My WP and #END Hide My WP) in your Nginx configuration file. It is usually located in /etc/nginx/nginx.conf or /etc/nginx/conf/nginx.conf. Don’t simply add rules to the beginning or the end of file. Make sure they are in server block.

    To remove secret code “hide_my_wp=1234” from the rules, disable/uncheck “full hide” mode from HMWP general settings tab.

    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: New path for subfolder #4785
    Suman M.
    Post count: 12480

    Replace urls are stored in htaccess file. But currently HMWP doesn’t have wild card feature for replacing URLs.

    in reply to: rewrite htaccess #4780
    Suman M.
    Post count: 12480

    Hi, please follow these steps:

    – goto HMWP >> ‘Start’ Tab >> ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’

    Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable.

    Let us know if you are still having issue and also generate debug report (from HMWP start tab) and post it here as private reply.

    in reply to: New path for subfolder #4778
    Suman M.
    Post count: 12480

    Hi, with HMWP you can only rename upto main theme folder. For example, “/wp-content/themes/skeleton/” can be renamed as “/template/” and
    “wp-content/themes/skeleton/ait-theme/” will become “/template/ait-theme/”

    But you can make use of “replace URLs” option under replace tools tab to replace such urls.
    For example you can add following replacement (one entry per url):
    /wp-content/themes/skeleton/ait-theme/assets/ait/ait.js ==> myait.js

    We do not have paid service, tech. support is free of cost.

    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Wp-admin folder #4777
    Suman M.
    Post count: 12480

    I activated HMWP and applied “medium privacy more compatibility” settings and it seems to be working fine. Now, direct access to http://www.helloclean.ca/wp-login.php and http://www.helloclean.ca/wp-admin/ is not allowed; you can access it via http://www.helloclean.ca/wp-login.php?hide_my_wp=1234
    (“hide_my_wp=1234” is a default security key and you can change from HMWP general; settings tab)

    Now, do you also want to change wp-admin path name? We recommend you to change this only if required as it requires manual change in wp-config.php; and also access to default login URLs is now blocked. Let us know.

    in reply to: question on skin/main.css #4776
    Suman M.
    Post count: 12480

    The URL http://www.africanmeccasafaris.com/ext/08beac78/css/lefooter.css doesn’t even exist and http://www.africanmeccasafaris.com/skin/main.css is empty file, so there is no way 500 error originating from it.

    in reply to: question on skin/main.css #4772
    Suman M.
    Post count: 12480

    Hi, we checked your site’s page source and there is no such issue, everything is working fine. There is no mention of http://www.africanmeccasafaris.com/ext/08beac78/css/lefooter.css

    in reply to: Image Broken #4765
    Suman M.
    Post count: 12480

    It’s solved now. There was some unwanted lines in htaccess file. I removed it and now everything seems to be working fine.

    HMWP settings applied:
    – Medium Privacy – More Compatibility
    – “rename plugins” set to “all plugins”

    in reply to: Newspaper theme #4764
    Suman M.
    Post count: 12480

    Hi, depending on your websever and WP installation, you have to follow one of these:

    1) If it’s Apache webserver and WP single site installation, then follow these steps (your site’s htaccess file should be writeable):

    – goto HMWP >> ‘Start’ Tab >> ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’

    2) If it’s Apache server and WP multisite, follow these steps:

    – goto HMWP >> ‘Start’ Tab >> select ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’
    – goto HMWP >> ‘Start’ Tab >> click ‘Multi-site Configuration’
    – now use a FTP program or your host file manager and add those lines to your htaccess file (after RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ [-])

    3) If it’s Nginx server and WP single site, follow these steps:

    – goto HMWP >> ‘Start’ Tab >> ‘Medium Pripacy – More Compatibility’ scheme >> click ‘Save Settings’

    – In Start tab you should see Nginx Configuration button. If you don’t see this button, add &nginx_config=1 to HMWP settings page URL to see Nginx rewrite rules. For example:
    http://yourdomain.com/wp-admin/options-general.php?page=hide_my_wp&nginx_config=1

    – Now add those lines (rewrite rules) to your Nginx configuration file. It’s usually located in /etc/nginx/nginx.conf or /etc/nginx/conf/nginx.conf or /etc/nginx/sites-available/domainname.com

    – restart nginx server

    For more details, refer to the documentation available within plugin folder.

    If you’re still having the issue, then please let us know your website’s wp-admin login details as Private Reply (check “set as private reply” option) so that we can look into the issue further.

    in reply to: question on skin/main.css #4762
    Suman M.
    Post count: 12480

    Hi, that depends on the theme you are using. I can see in your site’s page source that the CSS files are located in /skin/css/; so it doesn’t matter if /skin/main.css is blank (hope your site is working fine)

    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: experiencing slower load times #4761
    Suman M.
    Post count: 12480

    Hi, do you use any CDN? Can you please generate debug report (from HMWP start tab) and send it to us here as private reply – http://support.wpwave.com/

    in reply to: Wp-admin folder #4759
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    in reply to: Image Broken #4746
    Suman M.
    Post count: 12480

    Hi, it doesn’t look like TimThumb issue. Depending on your websever and WP installation, you have to follow one of these:

    1) If it’s Apache webserver and WP single site installation, then follow these steps (your site’s htaccess file should be writeable):

    – goto HMWP >> ‘Start’ Tab >> ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’

    2) If it’s Apache server and WP multisite, follow these steps:

    – goto HMWP >> ‘Start’ Tab >> select ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’
    – goto HMWP >> ‘Start’ Tab >> click ‘Multi-site Configuration’
    – now use a FTP program or your host file manager and add those lines to your htaccess file (after RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ [-])

    3) If it’s Nginx server and WP single site, follow these steps:

    – goto HMWP >> ‘Start’ Tab >> ‘Medium Pripacy – More Compatibility’ scheme >> click ‘Save Settings’

    – In Start tab you should see Nginx Configuration button. If you don’t see this button, add &nginx_config=1 to HMWP settings page URL to see Nginx rewrite rules. For example:
    http://yourdomain.com/wp-admin/options-general.php?page=hide_my_wp&nginx_config=1

    – Now add those lines (rewrite rules) to your Nginx configuration file. It’s usually located in /etc/nginx/nginx.conf or /etc/nginx/conf/nginx.conf or /etc/nginx/sites-available/domainname.com

    – restart nginx server

    If you’re still having the issue, then please let us know your website’s wp-admin login details as Private Reply so that we can look into the issue further.

    • This reply was modified 9 years, 9 months ago by Suman M..
    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Changer Downloadable files url #4741
    Suman M.
    Post count: 12480

    Please follow these steps:

    – goto HMWP Start tab and select ‘Medium Privacy – More Compatibility’ scheme >> click ‘Save Settings’
    – goto HMWP permalinks & urls tab and set “rename plugins” to “all plugins”

    Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable.

    After applying above settings all default wp paths are renamed; /wp-admin and /wp-login.php can’t be accessed directly (you’ll need security code, default is “/wp-login.php?hide_my_wp=1234”)
    Change wp-admin path only if required as you’ll need to do some manual updates (instructions will be displayed on screen).

    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Changer Downloadable files url #4739
    Suman M.
    Post count: 12480

    Hi, you can mask/rename the default WP URLs with HMWP; simply activate “medium privacy more compatibility” scheme from HMWP start tab.
    The URL http://467430.web08.swisscenter.com/wp-content/uploads/2015/08/Programmes-Scolaires.pdf will be renamed to http://467430.web08.swisscenter.com/file/2015/08/Programmes-Scolaires.pdf

Viewing 15 posts - 8,641 through 8,655 (of 9,718 total)