[Typo3] Page links from menu not working after moving from server 1 to server 2

Zaw Min khayulay at gmail.com
Wed May 4 14:21:09 CEST 2005


Hi,

   I am still having the problem :( 
I don't have realurl extension installed. I checked the mod_rewrite is
activated on my Apache.  Copied the _.htaccess to .htaccess in my
server root. (typoe 3 files are in /var/www/html so I copied the
.htaccess there.)  These are from my htaccess file
RewriteEngine On
RewriteBase /
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]

And following are from my httpd.conf

LoadModule rewrite_module modules/mod_rewrite.so

<Directory "/">
        Options FollowSymLinks
        AllowOverride None   
</Directory>

<Directory "/var/www/html">
        Options Indexes Includes FollowSymLinks
        AllowOverride None
        Allow from all
        Order allow,deny
</Directory>

If I change anything in AllowOverride I get "403 Forbidden" error. By
the way simulateStaticDocument box is also checked in the Typo3
backend.

What changes I need to do? 

Thanks,
ZM

On 5/3/05, Joshua Preston <jpreston at americatab.com> wrote:
> Zaw,
> 
> Yes, you need to enable rewrites on your server or disable realurls.  If
> its linux based, move _.htaccess to .htaccess in your server root path.
> 
> Hope that helps,
> 
> Joshua Preston
> 
> Zaw Min wrote:
> 
> >Hi,
> >
> >     I moved my site from server 1 to server 2 by copying all the files from
> >server 1 to server 2, exported the database from server 1 and imported into
> >server 2.  When I go to http://server2 the home page shows fine but when I
> >click on any menu item. I get the page not found error.  For example if I
> >click on Contact Form link from the menu  then I see
> >http://server2/Contact_Form.100.0.html  in browser address bar and I get
> >page not found error but I can see that page if I type in
> >http://server2/index.php?id=100  Do I need to do anything on server2?
> >
> >Thanks,
> >ZM
> >
> >P.S By the way I am running 3.7 on Fedora Core 3.
> >
> >
> >_______________________________________________
> >Typo3-english mailing list
> >Typo3-english at lists.netfielders.de
> >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >
> >
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list