I posted similar question 2 times, it still seems no one answer. is it because my bad English, or the culture of TYPO3 community.
I have been using TYPO3 since 2007, as a hobby, because I am a physiotherapist, not web IT developer. I like TYPO3 because its nice structure regardless its hard learning curve, But intermittently, swap to another CMS is in my mind, because of lack of resources (mainly books in English), poor community support plus deep learning curve, which are always indicated in some articles comparing other CMS to TYPO3. I understand TYPO3 is an OpenSource application, that no one is obligated to help to answer you, that is why 99% of technical issue were solved by myself (mainly google search, which is encouraged to everyone, I understand this also) I have never received any answer/assistance from typo3.org community, nor IRC. The only assistance that I received ever are from 1. Ron (Busy Noggin, The TV framework maker, via Email x 1) 2. Bas Van Beek (The Multishop Extension maker, via its T3 multishop community, perhaps 2-3x) That is all I can remember. I am here is not make complaint since I am quite used to TYPO3 community. My issue is not that important, because what is the matter of Domain + /subdir/. I am just very disappointed with the way TYPO3 to publish itself. Maybe TYPO3 is very self satisfied with its popularity within European region, and not care of other part of world. Or maybe it is not good to ask question this time, because of Christmas and New Year season Guan Ming On 28 December 2012 10:40, Guan Ming <[email protected]> wrote: > Hi, everyone > > Could anyone explain how I can config cpanel or realurl or Typo3 so that > realurl only display Primary Domain Name (e.g. www.abc.com) WITHOUT > subdirectory name (e.g. www.abc.com/subdir/) where my Typo3 was installed. > > I tried with .htaccess method, for example like following, but doesn't > work. It will redirect www.abc.com to www.abc.com/subdir/ without > displaying /subdir/, but all its web links/pages will still display > /subdir/ (baseURL = http://www.abc.com/subdir/ ). If baseURL = > www.abc.com/, > error may occur. Change of domain record also doesn't help at all. > > (Above scenario doesn't happen to Addon Domain, which work perfect, only > with Primary/Main Domain) > > ################################### > > RewriteEngine On > Options +FollowSymlinks > > RewriteBase / > > RewriteCond %{HTTP_HOST} ^www\.abc\.com [nc] > RewriteCond %{REQUEST_URI} !subdir/ > RewriteRule ^(.*)$ subdir/$1 [L] > > RewriteCond %{HTTP_HOST} ^abc\.com [nc] > RewriteCond %{REQUEST_URI} !subdir/ > RewriteRule ^(.*)$ subir/$1 [L] > > ####################################### > > Merry Christmas and Happy New Year 2013 > _______________________________________________ > TYPO3-english mailing list > [email protected] > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
