- Mar 31, 2019
- 331
- 166
- 43
already this is in htaccess file.Try this old trick,
rename and download your old .htaccess to something else but DONT DELETE
edit this file BUT don't replace existing code but rather add to it:
# 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
save it as new .htaccess then upload
use filezilla.
goodluck, sister