i have wordpress blog under my main site like following
-root (mainsite)
-blog
i have placed .htaccess file to redirect my index.html page to index.php, .htaccess file have following code
Redirect 303 /index.html http://mysite.com/index.php
but after placing this file, my blog site stopped working, none of my blog page are working, it displays blank page, i cant even access admin panel.
i have removed .htaccess file from root folder, but not able to access blog site.
do anyone knows how to overcome this problme??