Re: [us...@httpd] speaking url is not working inside subfolder

2010-01-20 Thread J. Bakshi
Devraj Mukherjee wrote: > Hi, > > On Wed, Jan 20, 2010 at 3:28 AM, J. Bakshi wrote: > >> Dear list, >> >> Options +FollowSymLinks >> RewriteEngine on >> >> # domain for typo3 >> >> RewriteCond %{HTTP_HOST} ^(www.)domain.in$ >> RewriteCond %{REQUEST_URI} !^/TYPO3/ >> RewriteCond %{REQUEST_FILENA

Re: [us...@httpd] speaking url is not working inside subfolder

2010-01-20 Thread Devraj Mukherjee
Hi, On Wed, Jan 20, 2010 at 3:28 AM, J. Bakshi 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} !-

Re: [us...@httpd] speaking url is not working inside subfolder

2010-01-20 Thread J. Bakshi
On Wed, 20 Jan 2010 10:19:24 +0100 Krist van Besien wrote: > On Tue, Jan 19, 2010 at 5:28 PM, J. Bakshi > wrote: > > > The .htccess successfully redirects the concerned domain into the > > sub-folder (TYPO3) . But the problem is with speaking url. Clicking > > on any links always and always goe

Re: [us...@httpd] speaking url is not working inside subfolder

2010-01-20 Thread Krist van Besien
On Tue, Jan 19, 2010 at 5:28 PM, J. Bakshi wrote: > The .htccess successfully redirects the concerned domain into the > sub-folder (TYPO3) . But the problem is with speaking url. Clicking on any > links always and always goes to the very first page. Waht is a "speaking url"? Could it be that you

[us...@httpd] speaking url is not working inside subfolder

2010-01-19 Thread J. Bakshi
Dear list, I like to utilize my hosting space with multiple domains. one of these domain is for typo3 sites. So I have created folders inside public_html to have individual site. I am using .htaccess to redirect the domain to its concerned subfolder. There is a folder called TYPO3 inside which th