Commit 5659532d by Taylor Otwell

Added application.index to configuration file.

parent bd3b5f18
......@@ -7,13 +7,25 @@ return array(
| Application URL
|--------------------------------------------------------------------------
|
| The URL used to access your application. The trailing slash is optional.
| The URL used to access your application. Please include a trailing slash.
|
| Note: Remove "index.php" from this URL when using mod_rewrite.
*/
'url' => 'http://localhost/',
/*
|--------------------------------------------------------------------------
| Application Index
|--------------------------------------------------------------------------
|
| If you are including the "index.php" in your URLs, you can ignore this.
|
| However, if you are using mod_rewrite or something similar to get
| cleaner URLs, set this option to an empty string.
|
*/
'url' => 'http://localhost/index.php',
'index' => 'index.php',
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment