I did the installation with MS4W-3.1.0-setup.exe on Windows 2003 Server

httpd_mapbender3.conf

NameVirtualHost *:2003
Listen 2003

<VirtualHost *:2003>
    ServerAdmin [email protected]
    DocumentRoot "C:/ms4w/apps/mapbender3/web/"
        <Directory "C:/ms4w/apps/mapbender3/web/">
         Options MultiViews FollowSymLinks
         DirectoryIndex app.php
         Require all granted
         
         RewriteEngine On
         RewriteBase /mapbender3/
         RewriteCond %{ENV:REDIRECT_STATUS} ^$
         RewriteCond %{REQUEST_FILENAME} !-f
         RewriteCond %{REQUEST_FILENAME} !-d
         RewriteRule ^(.*)$ app.php/$1 [PT,L,QSA]       
        </Directory>
    ServerName mapbender3
    ServerAlias mapbender3
    ErrorLog "logs/mapbender3.log"
    CustomLog "logs/mapbender3.log" common
</VirtualHost>

Make changes in this way but now tells me the following

<!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML 2.0//EN&quot;>
<html><head>
<title>404 Not Found</title>
</head><body>
Not Found

<p>The requested URL /mapbender3/app.php/application/manager/assets/css was
not found on this server.</p>
</body></html>




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problemas-con-aplicaciones-nuevas-tp5231248p5234554.html
Sent from the mapbender-dev mailing list archive at Nabble.com.
_______________________________________________
Mapbender_dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapbender_dev

Reply via email to