Search results

  1. T

    404 Not Found error

    I added : RewriteBase /sh3r/public/ into my public/.htaccess and it works thx :)
  2. T

    404 Not Found error

    i guess the mod_rewrite is disabled
  3. T

    404 Not Found error

    it`s supposed to work without index.php this is my .htaccess :- <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !^public RewriteRule ^(.*)$ public/$1 [L] </IfModule>
  4. T

    404 Not Found error

    The problem still exist !!!!!!!!!!!
  5. T

    404 Not Found error

    http://omar-toma.com/sh3r/test must return 1 :(
  6. T

    404 Not Found error

    Hello , My laravel application give me 404 error when i use any of my routes , i don't know why every thing was good until i got 503 error 4 days ago
  7. T

    Server Error

    Server Error There has been a server error. Please try again momentarily. If the issue persists, create a support ticket. this message apper in my domain , i tried to change the main domain several times but i still find this error
Top