Portal talk

Difference between revisions of "Beginners"

From Joomla! Documentation

 
(22 intermediate revisions by 13 users not shown)
Line 1: Line 1:
Where can I indicate that there is a slight (probably transient) problem with the "Joomla! v 1.5 Quick Start Guide"?
+
{{archived_talk_pages}} <!-- Please do not remove -->
 +
In the [http://forum.joomla.org/viewtopic.php?f=303&t=848903&p=3185783#p3246874 forum], Gloria superbee requested a correction to remove the duplicate word ''when'':
  
I followed directions and installed XAMPP 1.7.2 and was unable to get Joomla 1.5.14 to run. Root cause: XAMPP 1.7.2 installs the latest version of PHP which is not supported in Joomla 1.5.
+
''One way is to learn by working with the sample data which can be installed '''when when''' installing Joomla!''
  
I finally installed XAMPP 1.7.1 which installs a supported version of PHP (5.2.9).
+
== Edit Requests 21 Apr 2015 00:48 ==
  
It was only a bit frustrating.
+
Please correct:
  
[[User:John2|John2]] 18:55, 18 August 2009 (UTC)
+
Maybe you are a seasoned Information Technology professional, but you have never Joomla! before.
  
== www needs altering to ==
+
to
  
To redirect anyone visiting http://www.joomla.org site with the www. to the none www. version
+
Maybe you are a seasoned Information Technology professional, but you have never '''used''' Joomla! before.
  
<pre>RewriteEngine on
+
Done thanks
Options +FollowSymlinks
+
MATsxm
RewriteCond %{HTTP_HOST} ^www\.JOOMLA.org [NC]
 
RewriteRule ^(.*) http://JOOMLA.org/$1 [L,R=301]</pre>
 
  
  
Redirecting anyone visiting http://joomla.org without the www. to http://www.JOOMLA.org:
+
---------------
 +
'''Edit request'''
  
<pre>RewriteEngine on
+
The link for the Forum Post Assistant is https://forum.joomla.org/viewtopic.php?f=621&t=582860 it contains a link to the lates fpa
Options +FollowSymlinks
+
--Topazgb 12:13, 30 May 2019 (CDT)
RewriteCond %{HTTP_HOST} !^www\.JOOMLA.org [NC]
+
 
RewriteRule ^(.*) http://www.JOOMLA.org/$1 [L,R=301]</pre>
+
== Add Docker and Docker-Compose installation guide ==
15:34, 15 November 2009 (UTC)
+
 
 +
Add installation tutorial via docker with a reference to hub.docker Joomla.

Latest revision as of 05:24, 20 February 2022

Archived Talk Pages

In the forum, Gloria superbee requested a correction to remove the duplicate word when:

One way is to learn by working with the sample data which can be installed when when installing Joomla!

Edit Requests 21 Apr 2015 00:48[edit]

Please correct:

Maybe you are a seasoned Information Technology professional, but you have never Joomla! before.

to

Maybe you are a seasoned Information Technology professional, but you have never used Joomla! before.

Done thanks MATsxm



Edit request

The link for the Forum Post Assistant is https://forum.joomla.org/viewtopic.php?f=621&t=582860 it contains a link to the lates fpa --Topazgb 12:13, 30 May 2019 (CDT)

Add Docker and Docker-Compose installation guide[edit]

Add installation tutorial via docker with a reference to hub.docker Joomla.