Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » Installation & Updates » Other » 3.x
Post new topic   Reply to topic Page 1 of 1 [2 Posts] https secure shell login with TYPO3
Author Message
carrelet



Joined: 11 Oct 2005
Posts: 56

PostPosted: 06 Dec 2005 - 10:41 pm    Post subject:  https secure shell login with TYPO3 Reply with quote

add to .htaccess file

Line:  Code:
1
2
3
RewriteCond %{HTTP_HOST} ^([^:]+)
RewriteRule ^/your/path_to/typo3/?$https://your.server.tld/your/path_to/typo3/ [L,R]
 Show complete code

Last edited by carrelet on 06 Dec 2005 - 10:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
moob



Joined: 11 Oct 2005
Posts: 132

PostPosted: 06 Dec 2005 - 10:42 pm    Post subject: Symlink Issues and .htaccess Reply with quote

If you are getting strange errors and Typo3 does not work try this .htaccess file. This is what we use on our servers with Typo3.

Line:  Code:
1
2
3
4
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule   ^[^/]*\.html$  index.php
 Show complete code
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [2 Posts] View previous topic :: View next topic
Home » Installation & Updates » Other » 3.x
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum