[TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Asfahaan Mirza | Tasman iT
Hi typo3 experts, I managed to move all files and database to our new server and have made the necessary dns change to point the domain to the correct server. However, When i try to view the website it only gives me the list of pages in text format with hyperlinks. Moreover, when i try to browse

[TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Asfahaan Mirza | Tasman iT
This is my htaccess file without comments. Does it make sense? RewriteEngine On 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 RewriteCo

[TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Asfahaan Mirza | Tasman iT
Hi, "Which version of MySQL you had on previous hosting ? as far as I know 5-th ver. requires additional configuration, it's quite possible, that you make some changes then, and now (@MySQL v4) this causes problems..." I used shell to find out which version of mysql version i had at my previous

Re: [TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Martin Mifsud
Did you make sure .htaccess is readable (permissions wise) by the apache process? Martin Asfahaan Mirza | Tasman iT wrote: > Hi typo3 experts, > > I managed to move all files and database to our new server and have made the > necessary dns change to point the domain to the correct server. > >

Re: [TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Martin Mifsud
Actually that shouldn't be the problem, since it is being rewritten but also where it shouldn't be (/typo3, /fileadmin). Maybe you could post your .htaccess contents (without the comments!). M Martin Mifsud wrote: > Did you make sure .htaccess is readable (permissions wise) by the apache > pro

Re: [TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Marcus Biesioroff
ellou' You wrote on 26 czerwca 2008 (11:53:16) : > I have been informed that its something to do with .htaccess and that its a > rewrite problem. But I dont know how to go about fixing it :s at first change the name of your .htaccess file (i.e.: backed.htaccess or something else ) to disable re

Re: [TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Marcus Biesioroff
ellou' You wrote on 26 czerwca 2008 (13:05:54) : > This is my htaccess file without comments. Does it make sense? > RewriteEngine On > RewriteRule > ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ > [L] > RewriteRule ^typo3$ typo3/index_re.php [L] > RewriteCond %{REQU

Re: [TYPO3] Migration issue - website not displaying pages - .htaccess problem?

2008-06-26 Thread Marcus Biesioroff
ellou' You wrote on 26 czerwca 2008 (13:56:03) : > I used shell to find out which version of mysql version i had at my previous > hosting provider: > mysql Ver 12.22 Distrib 4.0.24, for pc-linux-gnu (i386) > my new hosting server: > mysql Ver 14.7 Distrib 4.1.22, for pc-linux-gnu (i686) using