Quote
Yeah, those URLs will work in the admin, but the front-end only works with mod_rewrite.
Can you check the .htaccess? You may need to uncomment and update the RewriteBase rule to get them working.
OK, here is what I did:
1. Added to httpd.conf:
<Directory "C:/www/fruml">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
2. in .htaccess uncommented RewriteBase and replaces /dev with /fruml
Now AdminCP is working,
but site still 404 got an error:
Quote
Cache directory `page` not found in `C:/www/fruml/fruml/data/cache/` - please create this folder with write permissions for the webserver process before continuing.
.
I created it (Alex, you should add it to the list in the INSTALL file) and and had to clear cache and now I can see the site.
8)