Who read my other thread knew that I've had problems with hosting.
Well, its solved, at least I can add domain name now.
But, I have problem with accessing domain, so I openned this new thread.
Without "www" it will not work.
Maybe it needs time, I don't know, so I ask.
Here are settings for newly added domain.
Two A records:
*.lapan.com.ba - data: myipadress
lapan.com.ba - data: myipadress
Is this configuration right, and do I have to only wait for DNS to update?
Note: There is no space between www and full stop in www .lapan.com.ba
Well, its solved, at least I can add domain name now.
But, I have problem with accessing domain, so I openned this new thread.
Without "www" it will not work.
Maybe it needs time, I don't know, so I ask.
Here are settings for newly added domain.
Code:
<VirtualHost xxx.xx.xx.xxx:xx>
ServerAdmin [email protected]
DocumentRoot /hsphere/local/home/user/lapan.com.ba
ServerName lapan.com.ba
ServerAlias dxxxxxxx.uxxx.com.ba www .lapan.com.ba
Use UserGroup user user
Use php 5
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ScriptAlias /cgi-bin "/hsphere/local/home/user/lapan.com.ba/cgi-bin"
<DIRECTORY /hsphere/local/home/user/lapan.com.ba>
OPTIONS Indexes ExecCGI FollowSymLinks
AllowOverride All
</DIRECTORY>
IndexOptions FancyIndexing
</VirtualHost>
*.lapan.com.ba - data: myipadress
lapan.com.ba - data: myipadress
Is this configuration right, and do I have to only wait for DNS to update?
Note: There is no space between www and full stop in www .lapan.com.ba
Last edited: