diff options
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. - -==================================================== |