Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 1.5.26
PHP version: 5.2.17
MySQL version: 5.0.96
Host: (optional, but it helps us help you)
Admin Tools version: 2.2.10
Description of my issue:
I tried to copy my site to subfolder with Kickstart without success.
I understood in my AT version it's problem so I downloaded the files manual backup the DB and upload them to the subfolder.
When I go to www.mysite.com/ru I get 500 Internal Server Error.
1. I checked folder permission.
2. I try to modify htaccess:
##### RewriteBase set - BEGIN
RewriteBase /ru
##### RewriteBase set - END
and also
RewriteRule ^index\.php$ http%2://www.mysite.com/ru/ [R=301,L]
3. in main site admin tools (htaccess maker: Allow direct access, including .php files, to these directories) i add the subfolder (ru)
but nothing work.