Okay...
I have xampp running fine, and I put my brand new (Yeah!!!

) joomla1.0.0 files under htdocs/www. When I open the browser for a web installation, I get:
Quote:
Session save path .;c:\xampp\xampp\tmp, Unwriteable
As per
http://forum.mamboserver.com/showthread.php?t=12800&page=1&pp=10, I changed
Code:
.;c:\xampp\xampp\tmp
to
Code:
c:\xampp\xampp\tmp
in
1. xampp\xampp\php\php4\php.ini
2. xampp\xampp\php\php.ini
3. xampp\xampp\php\php5.ini, and
4. xampp\xampp\apache\bin\php.ini .
I confirmed the presence of a tmp directory, c:xampp\xampp\tmp. Can anyone tell me how to change permissions to 777 here?
I also went to xampp\xampp\htdocs\forbidden\.htaccess and added
Code:
php_value session.save_path = "c:\xampp\xampp\tmp"
Still no workey. I clear my cache, and click refresh and click the web installer button "check again", but no change.
Many thanks in advance.