Welcome Guest, Not a member yet? Register   Sign In
removing a file on a Linux server
#8

(This post was last modified: 09-08-2018, 08:53 PM by richb201.)

Yes. I guess so. In my routes.php for windows I have

$route['default_controller'] = 'Users/login';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['registration'] = 'registration';
$route['login'] = 'login';
$route['subit_backend']['GET']='subit_backend/register';

Do I need to manually change these to be "\" to run on Linux? I have other things such as a view that has the following line in it

<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

Do I need to change this to:

[i]<script src="http:\\html5shim.googlecode.com\svn\trunk\html5.js"></script>[/i]
proof that an old dog can learn new tricks
Reply


Messages In This Thread
removing a file on a Linux server - by richb201 - 09-08-2018, 12:10 AM
RE: removing a file on a Linux server - by richb201 - 09-08-2018, 08:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB