Welcome Guest, Not a member yet? Register   Sign In
Installation errors
#7

(03-22-2016, 12:47 AM)Kevin Wrote: I have finally found the problem but I dont know how to fix it.
Actually all the links work if I put index.php in the path.

By example, this link : www.dev.com/azezezez
not gonna work

But : www.dev.com/index.php/azezezez
will work

Have u any idea for fixing that ?

You need .htaccess file to rewrite url. Place it inside the same folder of index.php.
Code:
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
Reply


Messages In This Thread
Installation errors - by Kevin - 03-20-2016, 07:49 PM
RE: Installation errors - by kilishan - 03-20-2016, 08:09 PM
RE: Installation errors - by Kevin - 03-20-2016, 09:22 PM
RE: Installation errors - by InsiteFX - 03-21-2016, 05:12 AM
RE: Installation errors - by Kevin - 03-21-2016, 08:13 PM
RE: Installation errors - by Kevin - 03-22-2016, 12:47 AM
RE: Installation errors - by pdthinh - 03-22-2016, 04:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB