https://github.com/caub/mymed-app
small webapp sample for geo-blogging, using mymed backend
https://github.com/caub/mymed-app
Last synced: over 1 year ago
JSON representation
small webapp sample for geo-blogging, using mymed backend
- Host: GitHub
- URL: https://github.com/caub/mymed-app
- Owner: caub
- Created: 2013-01-06T02:38:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T02:41:19.000Z (over 13 years ago)
- Last Synced: 2025-01-28T02:11:15.893Z (over 1 year ago)
- Language: PHP
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
myMap
=========
A small web application example [wiki](https://github.com/cyrilaub/myMap/wiki) with geographic blogging
installation
-------------
- Make a link, to serve **www/myMap** folder: ln -s www/myMap /path/to/webserverhtdocs
- If your server is Apache, add these Rewrite rules, in www/myMap/.htaccess:
```
RewriteEngine On
RewriteRule ^/?(javascript|css|img) - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
```
- Browse [http://localhost/myMap](http://localhost/myMap)