Home Forums WordPress Plugins Hide My WP htaccess not editing

This topic is: not resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26441
    Meshal88
    Post count: 4

    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
    #26443
    Suman M.
    Post count: 12480

    Hi, 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.

    #26444
    Meshal88
    Post count: 4

    it is single site one store only

    #26445
    Meshal88
    Post count: 4

    i did edit htaccess and remove the duplication but still same issue

    #26447
    Meshal88
    Post count: 4

    i can not access wp-admin now to stop it and i don’t know how to get the link

    #26448
    Meshal88
    Post count: 4

    i 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.

    #26451
    Suman M.
    Post count: 12480

    Hi, 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!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.