DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
nginx codeigniter remove index.php
# Only for Nginx server
location
/
{
try_files
$uri
$uri
/
/
index
.
php
$is_args
$args
;
}
Source by codeigniter.com #
PREVIOUS
NEXT
Tagged:
#nginx
#codeigniter
#remove
ADD COMMENT
Topic
COMMENT
Name
3+3 =
Submit