Search the Community
Showing results for tags 'byron'.
-
Hi. I don't seem to get the following .htaccess file to work on heliohost. Could there be some misconfigurations? # In local: in httpd/conf/projects/pms.conf : # alias /pms F:/projects/pms/trunk/..../webroot/ ###################################### # Root .htaccess # Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ : # In the root above /app (say, public_html) # --> # Options +FollowSymLinks # needed for some hosts, especially GoDaddy #<IfModule mod_rewrite.c> # RewriteEngine on # RewriteBase /app/ # RewriteRule ^$ webroot/ [L] # RewriteRule (.*) webroot/$1 [L] # </IfModule> # <-- # Case 2: When installing in folder next to root, e.g., http://www.example.com/pms/ : # In the root above /app (say, public_html/pms/) # --> #<IfModule mod_rewrite.c> # RewriteEngine on # RewriteBase /pms/app/ # RewriteRule ^$ webroot/ [L] # RewriteRule (.*) webroot/$1 [L] # </IfModule> ######################################## # This .htaccess # Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ : #<IfModule mod_rewrite.c> # RewriteEngine on # RewriteBase /app/ # RewriteRule ^$ webroot/ [L] # RewriteRule (.*) webroot/$1 [L] # </IfModule> # Case 2: When installing in folder next to root, e.g., http://www.example.com/pms/ : #<IfModule mod_rewrite.c> # RewriteEngine on # RewriteBase /pms/app/ # RewriteRule ^$ webroot/ [L] # RewriteRule (.*) webroot/$1 [L] # </IfModule> <IfModule mod_rewrite.c> RewriteEngine on RewriteBase /demo/app/ RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] </IfModule>
-
After 24 hours of registration, I tried my password on the CPanel but nothing happened. I received a message saying that my account was locked for a password attack. I tried also password reset but it said that the account is currently suspended or queued. Please help my sub domain is procreator.heliohost.org.