Loading...
 
Features / Usability

Features / Usability


Re: Security Question - Files in Site Root Visible

posts: 289 United States

GGGggrr... hit "post" instead of "preview".

The code for the main index.php in the root of your tiki should be:

Image
Copy to clipboard
< php // $Id: /cvsroot/tikiwiki/tiki/index.php,v 1.9 2007-10-12 07:55:23 nyloth Exp $ // Copyright (c) 2002-2007, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. require_once ('tiki-setup.php'); if ( ! headers_sent() ) { header ('location: '.$prefs['tikiIndex']); } die("header already sent"); >

And again, you need to put a "?", question mark after the opening and before the closing angle brackets.
There are no comments at this time.