Devraj Mukherjee wrote: > Hi, > > On Wed, Jan 20, 2010 at 3:28 AM, J. Bakshi <joydeep@xxxxxxxxxxxxxxx> wrote: > >> Dear list, >> >> Options +FollowSymLinks >> RewriteEngine on >> >> # domain for typo3 >> >> RewriteCond %{HTTP_HOST} ^(www.)domain.in$ >> RewriteCond %{REQUEST_URI} !^/TYPO3/ >> RewriteCond %{REQUEST_FILENAME} !-f >> RewriteCond %{REQUEST_FILENAME} !-d >> RewriteCond %{REQUEST_FILENAME} !-l >> RewriteRule ^(.*)$ /TYPO3/$1 >> RewriteCond %{HTTP_HOST} ^(www.)domain.in$ >> RewriteRule ^(/)?$ TYPO3/index.php [L] >> >> > > You question is specific to TYPO3 and I believe you would get better > support on their list. We run a few TYPO3 site and use the following > rewrite rule to support what you refer to as "speaking urls". > > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_FILENAME} !-l > RewriteRule (\.html|/)$ /index.php > > The configuration you have mentioned here are shipped with typo3 and I have already included in my part. But my question is specific to a domain running inside a subfolder public_html/TYPO3/ where the speaking url is not working and working well outside i.e at public_html/ Thanks -- জয়দীপ বক্সী --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx