i have a site running in an environment where i am getting the issue for setting the right path .
My site address goes here http://subsite.mydomain.com/
My root folder is something like /Data/www/bundle/myrootdirectory/
i am trying to use the generic settings and it didn’t work.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I am bit confused to set the right path get the access, please help.
Thanks,
Senthil