Hi , i tried most of the option in the drupal community to solve this problem. But don't know know which sequence i had done the wrong changes.
The Scenario is , i have main site in seprate DB, then i took backup of mainweb site DB and loaded into second website. Then i made required changes in the second website and everything was working good,except when i was trying you to enable clean url . If i change the base url as /drupal7/firstweb (which is my second website path), then the clean url is working for second website. but the thing is , it stops working for main website since then.
Please let me know , how to make the clean url working for my subsite(for main site, its working perfectly)
this is how my .htaccess of drupal7 is,
# Various rewrite rules.
RewriteEngine on
# Block access to "hidden" directories whose names begin with a period. This
# includes directories used by version control systems such as Subversion or
# Git to store control files. Files whose names begin with a period, as well
# as the control files used by CVS, are protected by the FilesMatch directive
# above.
#
# NOTE: This only works when mod_rewrite is loaded. Without mod_rewrite, it is
# not possible to block access to entire directories from .htaccess, because
# is not allowed here.
#
# If you do not have mod_rewrite installed, you should remove these