genetrix

Members
  • Posts

    9
  • Joined

  • Last visited

genetrix's Achievements

Newbie

Newbie (1/4)

10

Reputation

  1. hi, thanks for support , I backuped everything, database could be deleted / content could be emptied totally .. I will take the ticked . Thanks.
  2. Hi, I just sold all my project with domain name, I'm happy with hawkhost and wanted to change my hosting with another domain , is it possible ? / how to do that ? Thanks mods.
  3. Hi, just wanted to ask how to activate awstats in cpanel .. it seems to be installed , but not work ... thanks .
  4. hawkhost is a great hosting with excellent support !! Why I like it ? Because everything works like a charm with zend framework !
  5. problem solved : .htaccess rewrite rule should be : RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
  6. Hi, everything fine , my site is up , however when I click on any link, it showd 404 error .......... my bootstrap is fine I think, there is some trouble in .htaccess .. could anyone help what definitions should be with .htaccess ? on my localhost it runs fine : my .htaccess on localhost is : # Rewrite rules for Zend Framework RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* index.php # Security: Don't allow browsing of directories Options -Indexes # PHP settings php_flag magic_quotes_gpc on php_flag register_globals off php_flag short_open_tag on
  7. ok .. I got it , thanks .. it's a first time running zf project on hosting .... my public folder is your public_html .. cool .
  8. Hi, I just installed my hosting , I have a project to be uploaded. how can I change virtual host to be pointed to my "public directory" ?