[TYPO3-english] (no subject)

Mr Learner mr.learner2015 at gmail.com
Tue Aug 11 18:44:51 CEST 2015


Hi Peter,
Thanks for the reply, I'm Raj. In fact I've the actual Document Root path
updated in the actual configurations. Trying to find what is missing.

Regards,
Raj.

On Tue, Aug 11, 2015 at 12:29 PM, Peter Kühnlein <peter at function2form.net>
wrote:

> Hi R. (is that your name?),
>
> I think the line
>
> RewriteRule .* <Document Root>/index.php [L]
>
> causes the problem. You have to replace <Document Root> with the actual
> document root - the path to the TYPO3 installation. Usually, the version
> you commented out should work though.
>
> Cheers,
> Peter
>
>
> Am 11.08.2015 um 18:00 schrieb Mr Learner:
>
>> I'm newbie to TYPO3 and I've gone through many of your posts on the
>> knowledge forums and thought that you would help in sorting the issues
>> that
>> I'm facing currently.
>> My current configs are:
>> PHP 5.3.16,
>> TYPO3 4.5
>> Apache 2.2.22a
>>
>> I've followed below blog to transfer my site which seems to be almost
>> working, but stuck at below issues..
>> http://blog.chandanweb.com/typo3/how-to-transfer-typo3-site-to-a-new-host
>>
>> (1) The sub-menu pages (random pages) show below error, I went through
>> many
>> posts regarding this and got to know something to be verified on the
>> realURL management, however I do not see anything over there configured.
>>
>> Reason: Segment was not a keyword for a postVarSet as expected!
>>
>> (2) The images and data are not aligned properly, what needs to be done to
>> sort this?
>>
>> (3) When I add below Rewrite rules in Apache configuration (vhost file as
>> .htaccess is not being used), I'm able to access few of the sub-menus,
>> however gets below error mentioned in issue (1) when trying to access
>> backend URL (www.xyz.com/typo3)
>> If I remove the Rewrite rules I can access backend, however the sub-menu
>> pages break and show 404 error.
>>
>> RewriteRule
>> ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ -
>> [L]
>> RewriteRule ^typo3$ typo3/index_re.php [L]
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteCond %{REQUEST_FILENAME} !-l
>> #RewriteRule .* /index.php [L]
>> RewriteRule .* <Document Root>/index.php [L]
>>
>>
>> Any help in this regard will be greatly appreciated.
>>
>> R.
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>
>
>
> --
>
> http://function2form.net
> http://peter-kuehnlein.net
>
> "To talk about other people's affairs is a great mistake."
> (Hagakure)
>
> Latest projects
> http://bmw-bobber.de
> http://noris-chapter.de
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list