Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to edit the htaccess file and remove all the custom rules.

    If you have change the permalinks structure from Default, then the htaccess rules will be something like these

    # 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

    Thread Starter mabdulfatah

    (@mabdulfatah)

    i want like that site https://www.themarpress.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I go back to the default settings htaccess Rules!’ is closed to new replies.