-
Notifications
You must be signed in to change notification settings - Fork 0
degroat/crossbar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
--------------------------------- Getting started --------------------------------- 1) Copy the contents of the sample_site directory to the location of your site 2) In htdocs/index.php, update the path to the autoload.php file to the location of your crossbar file (use relative path). 3) Add a rewrite rule either in your apache conf file or in your .htaccess file to send all non-static file traffic to the bootstrap. Here's an example: Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule !\.(js|ico|gif|jpg|png|css|html|pdf)$ index.php
About
A lightweight MVC PHP framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published