Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4793776
server.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
560 B
Referenced Files
None
Subscribers
None
server.php
View Options
<?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <taylorotwell@gmail.com>
*/
$uri
=
urldecode
(
parse_url
(
$_SERVER
[
'REQUEST_URI'
],
PHP_URL_PATH
)
);
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if
(
$uri
!==
'/'
&&
file_exists
(
__DIR__
.
'/public'
.
$uri
))
{
return
false
;
}
require_once
__DIR__
.
'/public/index.php'
;
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Feb 28, 22:47 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2434990
Default Alt Text
server.php (560 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment