404 Not Found error

Status
Not open for further replies.

the_true_love7224

New Member
Messages
7
Reaction score
1
Points
3
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
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

What is the URL to the page having this issue? This may be related to the current issues we are having in regards to the PHP superglobals. :)

http://status.x10hosting.com/

Thank you,
 

the_true_love7224

New Member
Messages
7
Reaction score
1
Points
3
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>
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,818
Reaction score
163
Points
63
Mod rewrite is not disabled. Your .htaccess is incorrect. I'd consult Laravel's documentation on this. You probably should be using "RewriteBase /"
 
Status
Not open for further replies.
Top