Commit Graph

132 Commits

Author SHA1 Message Date
Chris
05596c4048 Corrected spelling 2019-01-31 11:04:03 +01:00
Chris
46cd9641bb Deleted old route test 2019-01-31 11:02:57 +01:00
Chris
80bfe096b8 Added handling for case and trailing slashes 2019-01-31 10:54:07 +01:00
Chris
6255a05061 Moved the navigation to a function to avoid the 'headers already sent' problem 2019-01-31 10:17:40 +01:00
Chris
5bbd61d112 Added docker test setup 2019-01-31 09:24:54 +01:00
Sander A
642f9b8edd
Merge pull request #1 from sanderaido/trailing-slash
Remove trailing slash from routes
2019-01-31 03:27:11 +02:00
Sander A
338c77594d
Remove trailing slash from routes
Remove trailing slash from route (unless it's the root slash) before matching against routes. This ensures that both "/events" and "/events/" are matched with the route "/events"
2019-01-31 03:26:38 +02:00
SteamPixel
26683559b4
Update README.md
replaced apache with Apache2
2018-10-25 12:55:04 +02:00
SteamPixel
78a7f12f5d
Update README.md
Fixed illogical sentence
2018-10-25 12:53:28 +02:00
steampixel
b98202dd47 Added todos and basepath infos 2018-07-25 13:44:37 +02:00
Chris
b50aef2c36 Added Vagrant test instructions 2018-07-25 11:35:58 +02:00
Chris
aa1eff2d92 Added simple vagrant test setup 2018-07-25 11:30:31 +02:00
Chris
d29a00fa80 Added gitignore 2018-07-25 11:30:00 +02:00
steampixel
a6bbd8cb55 Added MIT license 2018-03-20 16:10:14 +01:00
Chris
1e52905905 Added MIT license 2018-03-20 16:07:26 +01:00
Chris
d0193d3f74 Fixed mixed indents 2018-03-20 16:04:48 +01:00
steampixel
bbffaef1ff Fixed mixed indents 2018-03-13 16:27:14 +01:00
steampixel
3a8218687f Fixed mixed indents 2018-03-13 16:25:37 +01:00
steampixel
7f6d6eb9c6 Some improvements 2018-03-13 16:05:11 +01:00
steampixel
2b76b40d82 Complete refactoring 2018-03-13 16:01:52 +01:00
steampixel
47ce76fbb7 Added navigation and testing instructions 2018-03-12 17:12:05 +01:00
steampixel
ee939f5c21 Removed nasty Config class 2018-03-12 16:58:57 +01:00
steampixel
0d9829796f Better readme and improved comments 2018-03-12 16:49:55 +01:00
Chris
f3d7866b37 Fixed basepath bug and added security tips 2017-10-25 09:00:07 +02:00
Chris
140681593c Cleaned up code 2017-10-25 08:35:17 +02:00
Chris
8699df0060 Added leading slash to routes 2017-10-25 08:25:13 +02:00
SteamPixel
11d0aa2c7a Corrected root page bug 2016-05-16 17:41:04 +01:00
SteamPixel
22371daae7 Update README.md 2015-09-10 14:15:24 +02:00
SteamPixel
6ecb133c8e Merge branch 'master' of https://github.com/steampixel/simplePHPRouter 2015-09-10 14:13:32 +02:00
SteamPixel
782141717a Added more example rules and comments. 2015-09-10 14:09:42 +02:00
SteamPixel
3b381dd495 Create README.md 2015-09-10 13:48:58 +02:00
SteamPixel
730130e369 initial commit 2015-09-10 13:37:52 +02:00