How to change your e-mail password at SiteWorx?

To change your e-mail password, perform the following steps:

1. Log into your SiteWorx account. (eg: www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Hosting Features” menu item if it is not already open.

3. Click the “E-mail” menu item and then click on “Mailboxes” option.

4. Under “Existing E-mail Boxes” tab, Select the appropriate e-mail address and click on the “edit” button.

5. Enter your new password in the password field or use a password generator.

6. Click the “Save” button.

You should see a success message.

How to Remove Email account in SiteWorx?

To remove a email address, perform the following steps:

1. Log into your SiteWorx account (e.g. www.example.com:2443/siteworx/ ).

2. Under “SiteWorx Menu“, click the “Hosting Features” menu item if it is not already open.

3. Click the “E-mail” menu item and then click on the “Mailboxes” option.

4. Under the “Existing E-mail Boxes” tab , select the appropriate E-mail address you wish to remove and then click on the “Delete” button.

5. For conformation, click again on the “Delete” button.

You should see a success message notifying you that your e-mail address has been removed.

How to Create an E-mail Account with Siteworx?

To create a new e-mail address, perform the following steps:

1. Log into your SiteWorx account. (e.g. www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Hosting Features” menu item if it is not already open.

3. Click the “E-mail” menu item and then click on “Mailboxes” option.

4. Under the “Add an E-mail Box” tab, enter the e-mail address that you wish to create, such as “my-first-email“.

5. Click on the “Add” button.

Once your e-mail account is created, it will appear under the “Existing E-mail Boxes” tab.

php error: Allowed memory size of x bytes exhausted

If you are getting an error like “Allowed memory size of… in file /directory/folder/yourscript.php“, then you can use an .htaccess trick to resolve this problem. If this error does not go away even after you apply this .htaccess code, you should contact us and we will help you.

Place this code in your .htaccess file of your main domain and if this error persists even after you have used the code, enter it in a directory where you are receiving an error, such as example.com/directory/folder/.htaccess and place the code in the /directory folder.

RLimitMem max

How to redirect a page to another page or website using .htaccess?

If a page on your website no longer exist and you want to redirect it to your new page or website then you can use the .htaccess file for redirection without waiting.

Redirect from a page/directory to another domain or the main domain:

Redirect from a specific page to a domain:
RewriteEngine on
Redirect 301 /mypage.html http://example.com

Redirect from a page to another page:
Redirect from a page/directory to another page
Redirect 301 /oldpage.html /newpage.html

Now, whenever you open the url example.com/oldpage.html, it will automatically redirect you to example.com/newpage.html.

How to create a user-friendly URL using .htaccess?

If your website is using long URL like example.com/files/folder/sitemap.html, you can change it into “example.com/sitemap” in .htaccess

Modify this line according to your needs and then add this code to your .htaccess file.

RewriteEngine on
RewriteRule ^sitemap/$   /files/folder/sitemap.html [L]

How to Remove Secondary Domains on SiteWorx?

1. Log into your SiteWorx account. (eg: www.example.com:2443/siteworx/ )

2
. Under “SiteWorx Menu“, click the “Hosting Features” menu item if it is not already open.

3
. Click the “Domain” menu item and then click on “Secondary” option.

4. Under “Existing Domains ” tab, Select Appropriate domain name you want to delete.

5. Click the “Delete” button.

6. A conformation window will appear, Again click on “Delete” button.

You should see a success message notifying you that your Secondary domain has been removed.

How to Add a Secondary Domains to SiteWorx?

Before adding a secondary domain name, we advise you to point your add-on domain name server to your main domain name server. You may also need to wait for domain propagation. It usually takes between 12 and 24 hours.

1. Log into your SiteWorx account. (eg: www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Hosting Features” menu item if it is not already open.

3. Click the “Domain” menu item and then click on the “Secondary” option.

4. Under the “Add Domain” tab, enter your domain in “Domain” field (e.g. example.com).

5. Click the “Add” button.

You should see a success message notifying you that your secondary domain has been added.

How to Remove a Subdomain in SiteWorx?

1. Log into your SiteWorx account. (e.g.: www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Hosting Features” menu item if it is not already open.

3. Click the “Domain” menu item and then choose the “Subdomain” option.

4. Select the appropriate domain name you wish to delete under the “Existing Domains” tab.

5. Click the “Delete” button.

6. A conformation window will appear. Click again on the “Delete” button.

You should see a success message popping up, notifying you that your subdomain has been removed.

How to Create a Subdomain in SiteWorx?

1. Log into your SiteWorx account. (eg: www.example.com:2443/siteworx/ )

2. Under “SiteWorx Menu“, click the “Hosting Features” menu item if it is not already open.

3. Click the “Domain” menu item and then click on the “Subdomain” option.

4. Under the “Add a Subdomain” tab, enter your subdomain name in the “Subdomain” field.

5. Click on the “Add” button.