Recent content by cifconav

  1. C

    500 error -- laravel site

    do you know what you change on the index.php since I did also a modification on my paths.php configuration on laravel
  2. C

    500 error -- laravel site

    Ok, got it guys, I guess this is the best way to setup Laravel on this free hosting
  3. C

    500 error -- laravel site

    Ok, moved all of the laraval public folder under the public_html folder and now while I do not get a 500 error I do get a blank page . anything in the logs ? thank you
  4. C

    500 error -- laravel site

    ok let me try that
  5. C

    500 error -- laravel site

    hello thank you , so place this new .htaccess code under the public_html directory ? or under the public_html/laravel/ folder ? since I am following that tutorial and it states to put the htaccess under the public_html .
  6. C

    500 error -- laravel site

    My site has been built using Laravel and I followed this instructions to set it up on my free hosting account http://www.laravel-tricks.com/tricks/setup-laravel-4-in-shared-hosting-with-securing-laravel-base-file pretty straight forward but as you know I keep getting the 500 errors
  7. C

    500 error -- laravel site

    yes, this is my site .htaccess RewriteEngine on RewriteCond %{REQUEST_URI} !^laravel RewriteRule ^(.*)$ laravel/$1 [L] what is wrong with this
  8. C

    500 error -- laravel site

    ok, if it is the .htaccess it figures I wander what could be let me try playing around with the .htaccess file
  9. C

    500 error -- laravel site

    my current site is http://cifconavidad.x10.mx/ but every time I try to access it I get a 500 error do we know why ? any logs you can point me to marcos
Top