Hello, I've just installed processwire. There were no errors during installation.
"The requested URL was not found on this server" etc... That's what apache tells me when I try to access http://localhost/web/processwire/processwire/ (also about, templates)
The main page (http://localhost/web/processwire/) works fine, and so does Wordpress, for example I can access its admin panel (http://localhost/web/wordpress/wp-admin/)
My xampp installation is on the disk C:, but processwire and wordpress are in D:\Web
I have an alias in httpd.conf for that
<Directory "D:/Web">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
Alias "/web" "D:/Web"
^That is appended to the end of httpd.conf. Can the alias be a problem?
If yes, should I use a Virtual Host? My knowledge of apache is very limited, unfortunately...
Thanks.
(I should have posted that in General Support, sorry, please delete)