Hi, KK
I turned on Pretty Urls and generated .htaccess file.
1. I've got 500 error and managed to get to normal when commented this option:
2. Now it's working fine on all the pages|folders with latin filenames like /contacts.php goes straight to /contacts/
However with russian filenames I got an issue:
the page shows "This webpage has a redirect loop"
I eliminated all other template pages redirects and left just this string and it gives a loop:
What do you think of it?

I turned on Pretty Urls and generated .htaccess file.
1. I've got 500 error and managed to get to normal when commented this option:
- Code: Select all
Options +FollowSymlinks
#-MultiViews
2. Now it's working fine on all the pages|folders with latin filenames like /contacts.php goes straight to /contacts/
However with russian filenames I got an issue:
the page shows "This webpage has a redirect loop"
I eliminated all other template pages redirects and left just this string and it gives a loop:
- Code: Select all
RewriteRule ^матрасы2/index.php$ "матрасы2/" [R=301,L,QSA]
What do you think of it?