Questions tagged [typo3]
The typo3 tag has no usage guidance.
17
questions
40
votes
7
answers
119k
views
How does one get tomcat to bind to ipv4 address?
I recently installed tomcat via an installation script from the apache solr typo3 community and spent the last 3 days trying to figure out why it won't work until by chance I noticed that when I ...
4
votes
3
answers
669
views
Improving performance by using an additional static file server
I´m planning for a large website that includes many static assets (js, css, images and thumbnails) in the generated pages. That website will use TYPO3 as CMS (is is a customer requirement).
I guess ...
4
votes
2
answers
7k
views
Apache 2.4: Header unset in <Location> does not work
We are running apache 2.4 in order to serve our typo3 generated websites.
In general we want to have the
X-Frame-Options SAMEORIGIN Header present for all requests.
With one exception. For a ...
2
votes
2
answers
4k
views
Upgrade PCRE to 8.40 on CentOS 7
When I do yum installed | grep pcre I get:
pcre.x86_64 8.32-15-el7_2.1 @updates
pcre-devel.x86_64 8.32-15-el7_2.1 @updates
How do I upgrade these to the most recent versions (...
1
vote
1
answer
73
views
Apache - Redirect www and non subdomain to the same page without getting 404 in TYPO3
So I have the following problem: When I use https://www.example.com as the domain, I get the content but when I use https://example.com I get the generic TYPO3 404 error page.
I tried setting up a ...
1
vote
2
answers
595
views
Typo3 - server attack, too many php requests ends in error 500 and 503
I have an older Typo3 (v4.5.x) site and since a while my server is under attack by a script kiddie. He sends quite some PHP requests of URLs which do not exists on my server. I got so many PHP 500 ...
1
vote
0
answers
742
views
How to disable workspace stages in Typo3 4.5?
I upgraded our site to Typo3 4.5. The workspace extension has changed significantly. We have a very flat organizational structure, without separate editors, reviewers and publishers. Our editors ...
1
vote
1
answer
76
views
How do I edit this element in TYPO3?
Hopefully I am posting this on the right site. I am trying to take over maintenance of a web site. The developer used Typo3 for a CMS. The problem is that I am not that familiar with Typo3 and I ...
0
votes
1
answer
868
views
TYPO3 on IIS 7.5 - HTTP 500
I have a virtual server with Windows Server 2008 R2/IIS 7.5.
I set up PHP 5.2 with FastCGI, MySQL 5 and put TYPO3 on it. Which doesn't work. I just get an "Internal Server Error - 500", which pretty ...
0
votes
2
answers
2k
views
Session Time-out in Typo3 website and impossible to open with Mozilla Firefox
I have a website build on Typo3 and when I go to update it, I need to use IE, I can't
get to edit anything when I open it with Firefox. Cookie Problem? Then the second problem, much harder to manage, ...
0
votes
1
answer
75
views
Nginx - TYPO3 installation - URL behaviour
First of all, I have to deal with a project-related upgrade of a TYPO3 version and am also relatively new to the nginx web server. Therefore I ask for patience with me. ;-) I'm also not quite sure, ...
0
votes
1
answer
297
views
TYPO3 Powermail Sending Mail from punycode Domain
I have a multiple Domain TYPO3 8.7. The powermail form works fine. Except when I use it in the section with the punycode domain (there is an ä in it). TYPO3 automatically creates the punycode in the ...
0
votes
0
answers
564
views
Nginx redirect loop for HTTPS on TYPO3 website
I'm experiencing this weird redirect loop with my current TYPO3 vhost configuration. It's strange, because in Firefox it seems to work fine but it's not working in Chrome. It's also a mixed experience ...
0
votes
1
answer
8k
views
kerberos request ticket server not found in keytab
TL;DR
First: my server name is xy.
Second: the domain I logon to is EXAMPLE.COM
Third: this is my apache configuration
<Location />
AuthType Kerberos
AuthName "...
0
votes
1
answer
454
views
Problem restoring a Website with Plesk
I'm trying to upload my website on Plesk 8.6 thanks to FileZilla, after my upgrade deleted all my files.
The Website was designed with Typo3, and the index file is "index.php".
PHP is activated, ...
-1
votes
1
answer
2k
views
Redirect domain to specific URL on other domain [duplicate]
I have got apache2 server with one virtual host. It is typo3 CMS. There are multiple pages:
foo.com -- DNS A record --> 32.32.32.32
|_ foo.com/bar/
|_ foo.com/baz/
Now I want to configure ...
-1
votes
1
answer
335
views
How to integrate Question2Answer into Typo3?
Question2Answer provides the option to implement Single Sign On. I want to integrate it into an existing installation of Typo3 (for Typo3 front end users). The questions I have:
Do I need a certain ...