• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Problem with setting up root password

Kani

New Member
Joined
May 17, 2014
Messages
14
Reaction score
0
I have read tutorials to go to http://localhost/security/xamppsecurity.php and setup my password but it displays:

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
localhost
Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.5
 
Stop using Xampp.

--- Pro's Solutions --

1 - (Easiest ) Use UniForm server.
2- Setup manually MySQL and Apache-2

However not this is seems to be wrong httpd.conf configuration since it tells you no php file.
 
I have read tutorials to go to http://localhost/security/xamppsecurity.php and setup my password but it displays:

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
localhost
Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.5
Your index.php in the htdocs folder should look like this
PHP:
<?php
    if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
        $uri = 'https://';
    } else {
        $uri = 'http://';
    }
    $uri .= $_SERVER['HTTP_HOST'];
    header('Location: '.$uri.'/xampp/');
    exit;
?>
Something is wrong with the XAMPP installation :-(

You should also have an xampp, forbidden & restricted directories inside of the htdocs folder, if these folders are missing or empty then you need to re-install/extract xampp.
 
i would most likey listen to salvi dodo.
Use Uniserver.
i always used xampp before but as i used uniserver first time i was like " oh shit is it this easy? "
also (i've heard) xampp is not as safe as uniserver (dont take my word for it might be wrong here )
 
I will have a look at Uniserver, but to be honest all the tutorials and what not I have come across all use xampp, therefore if I need to refer to a tutorial or something it might be different or would it not matter don't know, I'll have a look.
 
So I downloaded Uniserver, it worked fine and I got into phpmyadmin but for no reason without changing anything and doing a fresh install whenever I press phpmyadmin I get an error on chrome... it worked and I created a database but for some reason it stopped working. Skype is off. Maybe a different version of uniserver might do it... help anyone?

The localhost page isn’t working

localhost is currently unable to handle this request.

HTTP ERROR 500
 

Similar threads

Replies
1
Views
658
Back
Top