webmas216/pouchdb_codeigniter_mobimap/master/.htaccess - Htaccess File

webmas216/pouchdb_codeigniter_mobimap/master/.htaccess

# MAKE SURE TO LEAVE THE NEXT TWO LINES HERE.
# BEGIN DENY LIST --
# END DENY LIST --

# MAKE SURE TO LEAVE THE NEXT TWO LINES HERE.
# BEGIN DENY LIST --
# END DENY LIST --

RewriteEngine On

Redirect "/cogicm" "/cogicm.html"

#RewriteRule    "^/cogicm$"  "/cogicm.html" [PT]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache