Welcome Guest, Not a member yet? Register   Sign In
[sysadmin] requirements to set server for codeigniter app
#3

(12-11-2017, 02:08 PM)skunkbad Wrote: Try https://127.0.0.1/index.php/produccion/login and report back.

Also, working on Windows is not OK. The bachelors should be replaced.

As if by magic now works

http://192.168.0.40/produccion/index.php/login

i can get in from the network from any other computer
but then
what did the bachelors wrong ?

is the .htaccess?
/var/www/html/produccion/.htaccess

Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /produccion/
RewriteRule ^(.*)$ index.php?/$1 [L]
Reply


Messages In This Thread
RE: [sysadmin] requirements to set server for codeigniter app - by perromercenary00 - 12-12-2017, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB