Welcome Guest, Not a member yet? Register   Sign In
Server problem
#5

(08-22-2015, 10:19 PM)phplaw Wrote: Maybe the issue by htaccess, It should be have
Code:
./
before
Code:
index.php/$1
Like this:
Code:
RewriteRule ^(.*)$ ./index.php/$1 [L]

Actually, assuming this is in the root of the web app, it should be / to start an absolute path, not ./
Reply


Messages In This Thread
Server problem - by eliedor - 08-17-2015, 10:02 AM
RE: Server problem - by eliedor - 08-18-2015, 08:27 AM
RE: Server problem - by Paradinight - 08-22-2015, 10:36 AM
RE: Server problem - by phplaw - 08-22-2015, 10:19 PM
RE: Server problem - by jLinux - 08-23-2015, 12:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB