[TYPO3-english] RealURL on t3blog

Christopher Torgalson bedlamhotel at gmail.com
Thu Mar 5 19:30:22 CET 2009


Hi,

On Thu, Mar 5, 2009 at 10:49 AM, Sergio <scatala at iti.upv.es> wrote:
> Hi list,
>
> I've set up the extension "t3blog" for my site with success. But I can't
> make "realurl" configuration to work properly.
>
> I've used the code inside the extension for the "postVarSets" section in
> my "localconf.php" but every time I use a link, it returns a blank page
> with "No input file specified" message.
>
> I've been googling and all I can say about the error is that rewrite
> engine has to do with it but I can't fix it.
>
> My .htaccess is:
>
> RewriteEngine On
> RewriteBase /
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-l
> RewriteRule .* index.php [L]
>
> The URL of my site is: http://www.mysite.com/blog/ (that's my root web
> directory)
>
> I've tried different ways to solve it without success (for example:
> RewriteBase /blog/) :-(
>
> Any ideas?


If you're hearing that the rewrite engine may be involved, you should
perhaps make sure that mod_rewrite actually exists and is enabled on
your server...



-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list