Home › Forums › WordPress Plugins › Hide My WP › htaccess not editing
- This topic has 6 replies, 2 voices, and was last updated 6 years ago by
Suman M..
-
AuthorPosts
-
May 31, 2019 at 4:57 am #26441
Hi there, i followed all steps and the site got very slow because i inspect and found a lot of 404 errors
then i checked my htaccess and it is not same as this :
RewriteEngine On
RewriteBase / #OR YOUR DIRECTORY NAME
RewriteRule ^index\.php$ – [L]
#[Probably HMWP LINES]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]——————-
there is no HMWP lines and i made sure it is with permission 777 and try the other permission also 644 and still nothing change
still my htaccess like this :# BEGIN WordPress #<IfModule mod_rewrite.c> #RewriteEngine On #RewriteBase / #RewriteRule ^index\.php$ - [L] #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule . /index.php [L] #</IfModule> # END WordPress # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
May 31, 2019 at 8:36 am #26443Hi, I could see that the rules are being duplicated there in htaccess file – https://www.screencast.com/t/vpdmGuoO5W
Please remove the duplicate rules as shown in screenshot above. And is it WP single site or multisite setup? If it’s multisite then you’ll need to manually update htaccess file.May 31, 2019 at 5:22 pm #26444it is single site one store only
May 31, 2019 at 5:24 pm #26445i did edit htaccess and remove the duplication but still same issue
June 1, 2019 at 1:03 am #26447i can not access wp-admin now to stop it and i don’t know how to get the link
June 1, 2019 at 1:11 am #26448i did rename the folder just now and works without the plugin
please i need the clear instruction. the instructions you have it is not clear at all!
i upload it and face this issue with 404 errors for all CSS files.June 1, 2019 at 7:11 am #26451Hi, 404 error occurs if HMWP rules are not added correctly in htaccess file. Please follow these steps:
– apply ‘medium privacy more compatibility’ settings scheme from HMWP start tab.
– check your site’s htaccess file. HMWP rules should have been auto added there, something like this – https://www.screencast.com/t/VuanD8rZQwN6
If HMWP rules are not auto added then you’ll need to add the rules manually. (htacess should be writable)If you are still having any difficulty, then please let us know your site’s wp-admin login details and FTP details as private reply so that we can configure it for you. Thanks!
-
AuthorPosts
You must be logged in to reply to this topic.