[TYPO3-english] RealURL automatic conf problem

Xavier Perseguers typo3 at perseguers.ch
Tue Sep 22 09:14:42 CEST 2009


Hello,

> The RewriteBase I'm using because my site is in: http://localhost/typo so I
> guess the root should be considered /typo.

Still, I would not use RewriteBase as it does not match AFAIK any

Alias /typo /something/by/you

you wrote in your vhost configuration, does it? I guess you did not read 
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html#RewriteBase 
carefully enough.

> I've tried your version also, but the same problem.

I would try this instead in my version for your very configuration

RewriteRule .* /typo/index.php [L]

and that should be OK then.

HTH
Xavier

-- 
Xavier Perseguers
MVC ExtJS Leader

http://forge.typo3.org/projects/show/extension-mvc_extjs


More information about the TYPO3-english mailing list