Search found 10 matches

by jamest
Fri Jun 01, 2018 12:34 am
Forum: Hosting Control Panels
Topic: Need to redirect http://domain.com to http://domain.com/subfolder/
Replies: 2
Views: 7532

Re: Need to redirect http://domain.com to http://domain.com/subfolder/

Add the following rule to .htaccess in the main account. RewriteCond %{HTTP_HOST} ^(www.)?domain.com$ RewriteCond %{REQUEST_URI} !^/subfolder/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /subfolder/$1 If not working, try adding redirect from cPanel cPan...
by jamest
Thu May 31, 2018 11:46 pm
Forum: Hosting Control Panels
Topic: A DNS entry for “domain” already exists
Replies: 3
Views: 8308

Re: A DNS entry for “domain” already exists

Ok now working. Thanks :)
by jamest
Thu May 31, 2018 11:40 pm
Forum: Hosting Control Panels
Topic: A DNS entry for “domain” already exists
Replies: 3
Views: 8308

A DNS entry for “domain” already exists

I am getting an error while adding DNS entry for a domain.

Error:
A DNS entry for “domain” already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed.

Is there any solution?
by jamest
Sat May 12, 2018 7:09 pm
Forum: Hosting Control Panels
Topic: AH00035: access to /index.php denied
Replies: 2
Views: 9692

Re: AH00035: access to /index.php denied

Hi Sachin,

It worked for me. Thank you so much.
by jamest
Sat May 12, 2018 6:43 pm
Forum: Hosting Control Panels
Topic: AH00035: access to /index.php denied
Replies: 2
Views: 9692

AH00035: access to /index.php denied

Hi, I was trying to setup wordpress on my server. I installed LAMP and then installed wordpress. But I am not able to load index page on my browser. Browser shows that it is a permission issue. Below pasted is the error that I am getting. AH00035: access to /index.php denied (filesystem path '/var/w...
by jamest
Fri Oct 28, 2016 11:18 am
Forum: Hosting Control Panels
Topic: Bandwidth Limiations
Replies: 1
Views: 7331

Bandwidth Limiations

Hello,

I have a cPanel server having few accounts created. I would like to know does the bandwidth limitation set for cPanel accounts are on monthly basis or not?. What should be the default time period?
by jamest
Thu Oct 06, 2016 4:26 am
Forum: Hosting Control Panels
Topic: Office 365 Email service and SRV record
Replies: 2
Views: 10109

Office 365 Email service and SRV record

Hello, Our organization is using Office 365 but our website is hosting on cPanel server and DNS on the same server. Now In order to prove we own this domain at Office 365, we need to add a kind of SRV record which is mentioned in the link https://support.office.com/en-us/article/Create-DNS-records-f...
by jamest
Tue Sep 20, 2016 8:29 am
Forum: Hosting Control Panels
Topic: Trash Folder Under cPanel User Directory
Replies: 1
Views: 7946

Trash Folder Under cPanel User Directory

Hi,

I found that many of the cPanel domains account trash is not auto cleared and is taking up a lot of spaces. Is there a way to clear all the domain trash in cpanel?
by jamest
Tue Apr 26, 2016 4:55 pm
Forum: Hosting Control Panels
Topic: joomla menu opens in new window
Replies: 2
Views: 10942

Re: joomla menu opens in new window

Earlier it was setup like that by our web-developer. Now I would like to change it
by jamest
Sun Apr 17, 2016 4:06 pm
Forum: Hosting Control Panels
Topic: joomla menu opens in new window
Replies: 2
Views: 10942

joomla menu opens in new window

Hello,

I have a joomla installation for a website, my problem is when I click one of the menu option on home page, it opens a new window on browser and displays the content. I want to change this and option and open the content in same page. Any idea?