I experience a similar problem: I'm installing a second Joomla 1.5 on a server
that has the same Joomla version already running with working SEO settings. So mod_rewrite is definitely working at the host.
This happens:
Case 1
Search Engine Friendly URLs Yes
Use Apache mod_rewrite No
Add suffix to URLs No
leads to web pages with no connection to the style sheets, just unformatted text is displayed.
Case 2
Search Engine Friendly URL Yes
Use Apache mod_rewrite Yes
Add suffix to URLs No
leads to error 404.
I use a identical copy of the .htaccess file that's used in the website that works.
This really confuses me... How do the faulty URL:s occur???
The first installation is in folder: /www/joomla15 (has a domain pointed at it)
The second is in folder: /www/joomla (uses a temporary hosting URL)
The second installation was from scratch - not restoring any backup.
Rgds
Later added same day:
I noticed I did not use the latest Joomla 1.5.25 in install #2, and when I updated the files the result was working links incl styles for case 1 (above) and this error message for case 2:
Code:
No input file specified: (/home/f/fsdata/www/slask/index.php)
Getting closer... anyone who knows what's going on?