I do not like to put words in help forums, but it's complicated!
Error connection! I do not know what subject to put ...
Now with online site.
The problem is the following as images:
01 - I enter www.dodaka.com and enters the page (after I wondered how colocartexto and pictures beside the login form, only for homepage)
02 - enter with username and password is authenticated and the next page ...
03 - blank page with error redirection wrong, and what is there.
04 - I have to enter the address after the / and the index in order to enter ...
Before the site was in a subdirectory with an index.html page at the beginning, I copied the contents to the root and redirected to the same database.
In hostgator spoke to had any problem in htaccess, but nothing has been fixed.
How do I back up and running normally, or hostgator, what they have to do?
I created a clean install in a subdirectory and was soon detected that register_globals was ON, changed to cpanel off, and talked with them if it was changed maybe some technical problem, the problem gave htaccess on my site ...
htaccess
Options +FollowSymLinks
RewriteEngine On
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/index.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
-----------------------------
I tried to make some changes, additions, as seen in some forums, but gave error, other errors too ...
thanks
vlad