[TYPO3] Realurl doesn't work

Jérémy Lecour jeremy.lecour at gmail.com
Wed May 3 17:38:10 CEST 2006


It is possible that you have disabled, (or not enabled if it is off by
default on your server) the use of .htaccess

You must have something like "AllowOverride". If it says None, it's
normal that your .htaccess file is ignored.
Like I said, you may have nothing like this in the VHost config file,
but something in the general configuration.

You can set "AllowOverride All" but be carefull that everything become
possible within a .htaccess file, so do it carefully.

2006/5/2, Wuergler Robert <typo3 at wuergler-consulting.ch>:
> >> your .htaccess is not process by apache..
> >
> > I have a web server with many virtual hosts. In one virtual host the .htaccess
> > is processed and the extension is work. In another virtual host this is the
> > problem.
>
> I suggest then, that you start by using the simplest .htaccess as
> described in
> http://wiki.typo3.org/index.php/EXT/realurl/manual
>
> Who knows, if you don't have full access to your server testing by
> starting out with basics and possibly adding lines later might lead you
> to a solution.
>
> Robert
>
>
> RewriteEngine On
> RewriteRule ^typo3$ - [L]
> RewriteRule ^typo3/.*$ - [L]
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-l
> RewriteRule .* index.php
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


--
Jérémy Lecour : <mailto:jeremy.lecour at gmail.com>
webdesigner, webmaster et développeur web
Trésorier du PLUG : Provence Linux User Group
http://www.plugfr.org/



More information about the TYPO3-english mailing list