[TYPO3-english] (no subject)

bernd wilke t3ng at bernd-wilke.net
Wed Aug 12 08:42:42 CEST 2015


Am 11.08.15 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..

are you really trying to build a website with outdated software?
4.5 is out of service and newer versions of TYPO3 need newer PHP and the 
apache version is just 3.5 years old and replaced long ago.


> 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!

first: start without realurl and get the page running.
then generate a first realurl config automatically
after you disabled the automatic generation (it might destroy your 
configuration afterwards) you can adapt it to your needs.

> (2) The images and data are not aligned properly, what needs to be done to
> sort this?

either the css or your database (if some extension did mangle your TCA)

> (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]

if in doubt use the default.
then you might adapt it to your unusual needs.

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list