[TYPO3-english] RealURL and CoolURI Problems. 404 "File Does Not Exist"

Jan Bednarik info at bednarik.org
Tue Nov 4 19:17:41 CET 2008


> 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.

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list