MapBBCode / share.mapbbcode.org

MapBBCode Share
http://share.mapbbcode.org
57 stars 12 forks source link

http://localhost/ASWebUI/Maps/initdb - 404 not found #33

Closed f00dl3 closed 9 years ago

f00dl3 commented 9 years ago

I'm following the instructions to "clone" the map server per notes.

I have created the MySQL database for my map server, and a account for the map server. I have tested access out and the user has full permissions from localhost. When I get to the step that says to go to the (server/path)/initdb URL, I get a 404 not found error. Am I missing a PHP file? there is no initdb.php included in the source here.

Not Found

The requested URL /ASWebUI/Maps/initdb was not found on this server. Apache/2.4.7 (Ubuntu) Server at localhost Port 80

Additionally, when I try to save or export I get messages such as: The requested URL /ASWebUI/Maps/export was not found on this server.

Zverik commented 9 years ago

You probably have mod_rewrite apache module disabled. In that case, open localhost/index.php?action=initdb. And setting MOD_REWRITE to false in config.php also would help.

f00dl3 commented 9 years ago

Thanks! That fixed the exporting. Will play around with it more now.

Oddly enough, though, when I did a2en modrewrite, it said it was already configured. So not sure why it was not seeing it.