Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2005-05-25 17:56:10
- 3rdMARTINI
- New Member
- Registered: 2005-05-25
- Posts: 5
Re: (mt)MediaTemple and 1.0rc3
Nope, still doesn’t work even with doing that. I can understand why it’s still giving a 404.
Offline
#14 2005-05-25 18:13:15
- 3rdMARTINI
- New Member
- Registered: 2005-05-25
- Posts: 5
Re: (mt)MediaTemple and 1.0rc3
OK. It works now. Here’s what I had to do to make it work:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
Offline
Re: (mt)MediaTemple and 1.0rc3
3rdMARTINI wrote:
OK. It works now. Here’s what I had to do to make it work:
Thanks, I had some problems with my addon domain giving 500 Internal errors first and then 404 but I managed to get it working using that. Hopefully it’s now easier to move my other sites to (mt) also.
Bbf
Offline