hey sir thanks about the support now I can access my cpanel. But I have one more problem let me elaborate to you what I have done so you can understand clearly.
1) After I accessed my cpanel I have deleted the wordpress folder where my site is located because the site is no longer working....
2) I deleted the database of the wordpress that I intsalled....and Create a new database....
to create a new wordpress site in FANTASTICO but also not working....so I have decided the no.3
3) I dowloaded a full flash site and installed it in the public_html folder and replace the index.php with the new index.php for the new flash site....
The problem is here:
1) When I try to visit my web url the flash content don't appear but when I view the page source I have seen the flash object is embedded....I try another procedure if it is really working I created a new directory folder in the public_html named home but still the flash content is still not appearing....btw I have the swfobject.js also located in the same folder and of course embedded in the file.
2) Whe I have looked at my .htaccess file I have seen this :
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName elielroeireyes.co.cc
AuthUserFile /home/owie0008/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/owie0008/public_html/_vti_pvt/service.grp
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
///////////////////////////so I try to replace it with this:
RewriteEngine on
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} betterenglishonline.com
RewriteCond %{REQUEST_URI} !^/home/
RewriteRule ^/*(.*)$ home/$1 [L]
But no luck doesn't word also.....
BTW my new url is
http://elielroeireyes.x10.mx/ not the .co.cc..
Can you help me with this problem.....I will surely appreciated your help!
Thanks!