Forum Replies Created
-
AuthorPosts
-
Hi, did you update to ver 4.51? Can you please let us know your website backend details (as private reply) so that we can have a look at the issue further.
-
This reply was modified 9 years, 8 months ago by
Suman M..
This reply has been marked as private.July 15, 2015 at 4:41 am in reply to: I am on Managed WP hosting and now only "wp-content/"folder works not "file/" #3604Hi, it seems like you have changed File Upload Path in HMWP but the corresponding rewrite rules aren’t added in config file. If you are using WP single site and Apache server then the rules should be added automatically to htaccess file. If you are using WP multisite and/or Nginx server then you’ll need to add those rules manually in htaccess/config file.
Please, follow the detailed documentation available within downloaded HMWP plugin folder.
Hi, did you try renaming wp-admin path in HMWP? If so then make sure you make these changes. In wp-config.php you need to add following line before require_once(…):
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_NAME”);
You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]
If it’s still the issue then please let us know your wp-admin login details and FTP details so that we can fix it for you. Also, renaming wp-admin feature is in Beta state (marked *).
Hi, we’ll look into this. Can you please let us know which version of HMWP you are using?
Hi, I’ve forwarded this ticket to Sr. Support. He shall get back to you soon.
I can help you with text replacement in page source once the underconstruction page is removed.
If you try to access www/yourdomain.com/wp-admin/ then it should redirect to 404 page or main site (if there’s no 404 page or 404 errors are redirected to homepage)
Hi, I’ve assigned the topic to Sr. Support. He’ll get back to you soon. Meanwhile, I request you to use HMWP ver. 4.5
Hi, the issue is in /themes/vivacity/functions.php file. Go to end of functions.php and remove ?> at the end. Let us know if you are still having the issue.
I’ve emptied the options category query and tag query. Now the category and tag URLs are working.
We can help you with replacing the unwanted text from page source after under construction is removed. Yes we recommend using theme my login plugin to rename login URL.
Regarding login issue, I successfully logged in previously with the URL you gave me http://www.realestatetests.com/wp-login.php?hide_my_wp=9129
What exactly is the issue here? Are you not able to access the login page? I can still access login page with above URL. We can help you on this if we can reproduce the issue at our end.I checked the source code and all looks good. There are some HTML comments added by plugin/theme which we can replace using “replace in HTML” option in HMWP. Lots of “wp-admin” words are present as we are logged in as Admin. We should basically check the page source as normal user (without loggin in).
You can enable option “avoid direct access to PHP”, but make sure that everything works fine after enabling it.
It says Invalid username!
From wp_options table delete rows with
option_name = hide_my_wp
option_name = hide_my_wp_undoAlso remove lines added by HMWP from htaccess file (lines between RewriteRule ^index\.php$ – [L] and RewriteCond %{REQUEST_FILENAME} !-f), and the line added in wp-config file.
-
This reply was modified 9 years, 8 months ago by
Suman M..
Also your login URL please.
-
This reply was modified 9 years, 8 months ago by
-
AuthorPosts