[TYPO3] realUrl configuration : typo3/myWebPage.html
R. van Twisk
typo3 at rvt.dds.nl
Mon Dec 4 13:49:35 CET 2006
nirmalya Mondal wrote:
> Hello,
> I've posted this message before but was unable to get any response..so
> i am wrining again........
>
> 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
>
> note: "http://www.domain.com<b>typo3</b>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"
>
It works from here...
This link shows up just fine :
http://www.fivee.in/typo-3/typo3-advantage.html
I selected that under this page: http://www.fivee.in/typo3.html
RIes
>
> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
--
Ries van Twisk
Freelance Typo3 Developer
=== Private:
email: ries at vantwisk.nl
web: http://www.rvantwisk.nl/freelance-typo3.html
skype: callto://r.vantwisk
More information about the TYPO3-english
mailing list