Recent content by picksand

  1. P

    Deploy CakePHP project

    Hi Dead-i! thank very much for enabled the extension "intl". But now send me this message: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at no-reply@x10hosting.com to inform...
  2. P

    Deploy CakePHP project

    Yes, I modified .htaccess files. In "public_html" i have this. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> In webroot directory i have this <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ webroot/...
  3. P

    Deploy CakePHP project

    Hi annotat2! Sorry, I hope to be clear this time. I have a CakePHP project on my localhost and works fine, I was uploaded files as I said above. up to this point it's ok. now, one of the steps to deployment is Set Document Root and activate rewrite_module but I don't find do it. My site is...
  4. P

    Deploy CakePHP project

    Hi guys! I have problem when deploy my CakePHP project. I have a Free account and I don't set the DocuentRoot. I was uplodaded my files on "public_html" but don't work. Can someone help me?
Top