- Messages
- 19,181
- Reaction score
- 28
- Points
- 48
PHP:
if (!file_exists('config.php')) {
header("Location: install/install.php");
}
it aint working and config.php isnt there, i am using apache 2.2.4 and php 5.2.1
SIMPLEST thing ever and it isnt working, wtf...