Jump to content
The Uniform Server Community

Help How To Connect?


oconkero
 Share

Recommended Posts

ok pixel "i love u" i fugured it out. Arn't u glad :) well most of it anyway the only thing is i do not no how to accsess my actuall admin account with the .htaccess file in it. so if u could help me the rest of the way thats great. im gonna comtinue tinkering around with it. oh and yea i wanna keep the admin password protected so i dont think deleting this file is the answer.

oCONKERo

Link to comment
Share on other sites

In the admin its the same:

 

\diskw\home\admin\www

 

Open .htacces.. allow from all hosts instead of 127.0.0.1.. Then make sure you uncoment the password settings and change them...

 

To forward your port go in the admin of the router and set port 80 to your internal ip adress...

 

Also you might want to consider installing the service as a server.. so it will be on when you reboot :)

Link to comment
Share on other sites

yea :) i didnt get anywhere really, but i followed ur instuctions, well i think so. this is in my "/diskw/home/admin/www/.htaccess"

 

# This file provides security to the server limiting access to the localhost only.

# Comment to deactivate.

 

# Order Deny,Allow

# Deny from all

# Allow from all hosts

 

# To disallow execution of cgi scripts in this directory comment next two lines.

 

AddHandler cgi-script .bat .exe .pl .cgi

Options +ExecCGI

 

# To unlock Admin Panel, comment the next 4 lines.

# Defaults: Username - admin; Password - userver

 

AuthName "Uniform Server - Admin Panel 1.0 Alpha"

AuthType Basic

AuthUserFile /htpasswd/home/admin/www/.htpasswd

Require valid-user

 

Is that all go to go?and if so i still dont know the password that it needs to login, ive tried "admin:userver" cause thats what it says is default, so yea.

 

i really appriciate all the help soul :P

oCONKERo

Link to comment
Share on other sites

bi golly gee... well i know the password cause i remembered it from the other .htaccess or password files so thats done no im gonna check if i can connect form another comp in my house and if that works i forwarded my port so im gonna try from my friends house of school :) .

oCONKERo

Link to comment
Share on other sites

Ok.. the main .htaccess file should have this in it:

 

# This file provides security to the server limiting access to the localhost only.
# Comment to deactivate.

# Order Deny,Allow
# Deny from all
# Allow from all hosts

# To disallow execution of cgi scripts in this directory comment next two lines.

AddHandler cgi-script .bat .exe .pl .cgi
Options +ExecCGI

# To unlock Admin Panel, comment the next 4 lines.
# Defaults: Username - admin; Password - userver

#AuthName "Uniform Server - Admin Panel 1.0 Alpha"
#AuthType Basic
#AuthUserFile /htpasswd/home/admin/www/.htpasswd
#Require valid-user

 

About the Admin part, it is best you leave it the way it is. Opening it opens your server's admin interface to the public and with that, it can be hacked.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...