[Mapbender-dev] Problemas con aplicaciones nuevas

fcortesz fcortesz at hotmail.com
Wed Nov 4 15:45:32 PST 2015


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 webmaster at dummy-host.server.lan
    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 "-//IETF//DTD HTML 2.0//EN">
<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.


More information about the Mapbender_dev mailing list