[TYPO3] realUrl configuration : typo3/myWebPage.html
nirmalya Mondal
nirmalya at fivee.in
Sat Dec 2 10:08:08 CET 2006
Hello,
I've configured realUrl successfully.
I want to configure .htaccess
so that i can browse web page as
http://www.domain.com/typo3.html and/or
http://www.domain.com/typo3/myWebPage.html
For this i've added in .htaccess
-----------
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteRule ^uploads/.*$ - [L]
RewriteRule ^fileadmin/.*$ - [L]
RewriteRule ^typo3conf/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*[^/])$ http://%{HTTP_HOST}/$1/ [L,R]
RewriteCond %{REQUEST_FILENAME}/index.html -f
RewriteRule / %{REQUEST_URI}/index.html [L]
RewriteCond %{REQUEST_FILENAME}/index.htm -f
RewriteRule / %{REQUEST_URI}/index.htm [L]
RewriteCond %{REQUEST_FILENAME}/index.php -f
RewriteRule / %{REQUEST_URI}/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* /index.php
----------
Now I m able to browse
http://www.domain.com/typo3.html
but cannot
"http://www.domain.com/typo3/myWebPage.html"
For my clearity you can also visit
"http://www.fivee.in/typo3.html"
Please help me to browse
http://www.domain.com/typo3/myWebPage.html
Thank You.
Regards,
nirmalya Mondal
------------------
http://www.typo3India.com
More information about the TYPO3-english
mailing list