From 7adc0b0146e6f39da412420d23d650ff90af8772 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 19 Jun 2014 00:01:37 +0000 Subject: www/codeigniter: Support stage and update URL PR: 189777 Submitted by: Zsolt Udvari Approved by: maintainer (Bo-Yi Wu) (first version) Verified by: Redports 8x pass --- www/codeigniter/files/codeigniter.conf.in | 16 ++++++++++++++++ www/codeigniter/files/pkg-message.in | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 www/codeigniter/files/codeigniter.conf.in create mode 100644 www/codeigniter/files/pkg-message.in (limited to 'www/codeigniter/files') diff --git a/www/codeigniter/files/codeigniter.conf.in b/www/codeigniter/files/codeigniter.conf.in new file mode 100644 index 000000000000..b339faae05b5 --- /dev/null +++ b/www/codeigniter/files/codeigniter.conf.in @@ -0,0 +1,16 @@ +AddType application/x-httpd-php .php +AddType application/x-httpd-php-source .phps +DirectoryIndex index.php index.html + +%%HASHMARK%%Alias /codeigniter/user_guide %%DOCSDIR%% +Alias /codeigniter %%WWWDIR%% + +%%HASHMARK%% +%%HASHMARK%% Order deny,allow +%%HASHMARK%% Allow from all +%%HASHMARK%% + + + Order deny,allow + Allow from all + diff --git a/www/codeigniter/files/pkg-message.in b/www/codeigniter/files/pkg-message.in new file mode 100644 index 000000000000..2dadc6fc1a07 --- /dev/null +++ b/www/codeigniter/files/pkg-message.in @@ -0,0 +1,20 @@ + +********************************************************************* +You have just installed the CodeIgniter web application framework. + +Note that you should restart your web server to ensure that +the CodeIgniter configuration file is loaded. + +To use CodeIgniter: +- Copy %%WWWDIR%%/index.php.sample as index.php to the root + of your project directory. +- Copy the %%WWWDIR%%/application/config/ directory. + Edit files, especially base URL in config.php. +- If you intend to use a database, copy and edit the + %%WWWDIR%%/application/config/database.php too. +- For more information please check + http://ellislab.com/codeigniter/user-guide/installation/index.html + +- If you are upgrading from a prior release, please visit: + http://codeigniter.com/user_guide/installation/upgrading.html + for additional post-installation instructions. -- cgit v1.2.3