@Alizey its due to your Htaccess file. You have to mention Your RewriteBase In Htaccess File
Options -MultiViews
RewriteEngine On
RewriteBase /dreamJobs/
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ $1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Use this Hope Its works.
Thanks @Sonu i copyied that and its works now.
Hi everyone,
I'm having the same issue. I did what @Sonu said, but it is not working for me.
In my case, on local environment everything works ok, the trouble is when I change this on production environment.
Any idea?
@Mario Nava @ live environment change the RewriteBase Like
RewriteBase /
Please or to participate in this conversation.