Hi everyone,

I've got a live Habari 0.7-rc2 that I want to upgrade to 0.8, but would
very much prefer to first mirror it on a test machine and run through the
upgrade process a time or two as practice, particularly because I'm certain
the theme needs tweaking.

I downloaded the MySQL database and all of the blog files. I changed the
localhost database username and password in config.php and the main page
loads fine. But none of the links work. I get *

404:* *The requested URL /index.php was not found on this server.*

errors no matter which link I try (posts, tags, etc.).

Because the main page loads, but nothing else, I'm guessing this is
a*mod_rewrite
* issue. My habari root directory *.htaccess* file reads thus:

### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteBase /
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]
### HABARI END

The virtual path for my installation is* localhost/DJ/*

The real path is *C:\Heath\WEBSITES\DJ\*

Unfortunately, this is the extent of my abilities.

Thank you for your help!

- Andrew

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev

Reply via email to