Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
*go to the folder etc/httpd/conf
''<code>cd etc/httpd/conf''</code>
*You can type ls to list the files.
*edit httpd.conf
''<code>nano httpd.conf''</code>
*add <code>NameVirtualHost *:443</code>
*save httpd.conf
*go to the folder etc/httpd/conf.d
''<code>cd etc/httpd/conf.d''</code>
*You can type ls to list the files.
*edit the joomla config file
''<code>nano ****-joomla.conf'' </code> (note that the number may change for you)(example: 1006-joomla.conf)
*add the following text:
<code><VirtualHost *:443>
ServerName joomla
</Directory>
</VirtualHost></code>
*restart your httpd service
''<code>service httpd restart''</code>
304

edits