My english is bad (I support the google translator)
I wanted to turn modrewrite – in Personal structure write
/%postname%,%post_id%.html
My .htaccess is:
RewriteBase /
RewriteEngine On
RewriteRule ^wp-content/(.*)$ wp-content/$1 [L]
RewriteRule ^wp-admin/(.*)$ wp-admin/$1 [L]
RewriteRule ^wp-includes/(.*)$ wp-includes/$1 [L]
RewriteRule ^(.*),(.*).html$ index.php?$1,$2.html [L]
RewriteRule ^(.*) index.php?$1 [L]
My wordpress blog Drzwi work fine, but i not login to wp-admin ??
If you write:
https://blog.drzwi-gerda.com/wp-login.php?redirect_to=http%3A%2F%2Fblog.drzwi-gerda.com%2Fwp-admin%2F%3Fwp-admin
and nothing happens. I must change .htaccess to .!htaccess to sign-up
Finally, I made another form of rewrite /aaa-bbb-ccc/ for example
Plesa helpe me, where is the error?