everytime i goto https://x10hosting.com/control and click any of the links it says i need to login again...
I'm trying to put in a request to change my domain
everytime i goto https://x10hosting.com/control and click any of the links it says i need to login again...
I'm trying to put in a request to change my domain
Quite often that is indicative of a problem with your browser accepting and retaining cookies.
Nothing is always absolutely so.
i get this message when i goto my site
http://checkyour6ix.co.cc/
Forbidden
You don't have permission to access / on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Last edited by bacardi62; 06-23-2011 at 11:38 PM.
bump....
Hello,
Please ensure that your permissions are set right. Generally, files should be CHMOD 644 and directories 755. Also, please post the contents of the .htaccess file in the public_html directory. If using cPanel file manager you'll need to enable the viewing of dotfiles to see it.
Thanks.
<IfModule mod_rewrite.c>
# Make sure directory listing is disabled, assign directory index, and turn on rewriting
Options +FollowSymLinks -Indexes
DirectoryIndex index.php
RewriteEngine on
# Send request via index.php (again, not if its a real file or folder)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
<IfModule mod_php5.c>
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
<IfModule !mod_php5.c>
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
</IfModule>
Hello,
Please add the line RewriteBase / under the line RewriteEngine On