diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:03 +0000 |
commit | b36e665e56175a7588102bec06e2ac62ffff3b5e (patch) | |
tree | d8c04c2dd9d515238e6ff20e97948fc22f7f82be /www/joomla25/files/pkg-message.in | |
parent | 9a9990fce5c321d0ddf8afab886e1a0b61cbee55 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_2_0'.release/8.2.0
Notes
Notes:
svn path=/head/; revision=268906
svn path=/tags/RELEASE_8_2_0/; revision=268908; tag=release/8.2.0
Diffstat (limited to 'www/joomla25/files/pkg-message.in')
-rw-r--r-- | www/joomla25/files/pkg-message.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/joomla25/files/pkg-message.in b/www/joomla25/files/pkg-message.in deleted file mode 100644 index 18dea0b1e08a..000000000000 --- a/www/joomla25/files/pkg-message.in +++ /dev/null @@ -1,22 +0,0 @@ -POST-INSTALL CONFIGURATION FOR Joomla -==================================================== - -1) Add the following to your Apache configuration, and - restart the server: - - ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. - Alias /joomla %%WWWDIR%%/ - AcceptPathInfo On - <Directory %%WWWDIR%%> - AllowOverride None - Order Allow,Deny - Allow from all - </Directory> - -2) Visit your Joomla site with a browser (i.e., - http://your.server.com/joomla/), and you should - be taken to the install.php script, which will lead - you through creating a config.php file and then - setting up Joomla, creating an admin account, etc. - -==================================================== |