10-31-2018, 05:28 PM
Hello,
I'm very new to US, i'm trying to figure out how it works.
I found that i should place my files in the directory /userc. This works fine (as expected)
I want to use index.php as my starting page where users can login or register.
But if i copy index.php from root to /userc/ and modifie some text to distinguish from the one in root and go to my website: localhost/spice/ i still get the original index.php from the root. I also modified
which works with other pages.
Should i edit index.php from the root to change it into what i want? or am i doing something wrong? As i understand that at an upgrade the index.php from the root will be overwrote by the new one.
Best regards,
Nicolas
I'm very new to US, i'm trying to figure out how it works.
I found that i should place my files in the directory /userc. This works fine (as expected)
I want to use index.php as my starting page where users can login or register.
But if i copy index.php from root to /userc/ and modifie some text to distinguish from the one in root and go to my website: localhost/spice/ i still get the original index.php from the root. I also modified
PHP Code:
require_once '../users/init.php';
which works with other pages.
Should i edit index.php from the root to change it into what i want? or am i doing something wrong? As i understand that at an upgrade the index.php from the root will be overwrote by the new one.
Best regards,
Nicolas