[TYPO3-english] RealURL and CoolURI Problems. 404 "File Does Not Exist"
Trent Stromkins
bmx269 at gmail.com
Wed Nov 5 01:17:07 CET 2008
Jan,
Thanks for the test help. It was the mod_rewrite configuration that was
the problem. I did some digging and fixed the error. I feel like a
idiot asking for help, when it is something so stupid. I had 2 rules
that were conflicting each other. One in the main httpd.conf, and the
other in the virtualhost one. :)
-Trent
On 2008-11-04 10:17:41 -0800, Jan Bednarik <info at bednarik.org> said:
>> I have read both manuals, and have had my mod.rewrite setup and working
>> with Drupal. I have tried RealURL and problems, and now I have CoolURI
>> installed. When looking at the error logs for the server, the URL is
>> pointing to a file that does not exist...
>
> The mod_rewrite configuation can differ sometimes.
>
> Is the error you're getting an Apache error or any other?
>
> I've encountered a few times, that the last rule had to be changed from
> RewriteRule .* index.php [L] to
>
> RewriteRule .* /index.php [L]
>
> or once even
>
> RewriteRule .* somedir/index.php [L]
>
> Just try to disable CoolUri/RealUrl and go to www.example.com/foo and
> it should redirect you to index.php. If not, there's no problem with
> CoolUri/RealUrl, but with your redirect rules.
More information about the TYPO3-english
mailing list