Open k3sun opened 3 years ago
I don't really know WAMP, so I'm just taking guesses here, but your server name http://U8LET4O
doesn't seem to be what you're putting into the URL bar www.u8let4o.com
, u8let4o.com
and www.u8let4o.com
and http://U8LET4O
are going to be different things in server-speak. And http:\u8let4o
isn't even a real URL. You'll need virtualHost
entries for both www.u8let4o.com
and u8let4o.com
if you want to access your Snipe-IT through those address - and the virtualHost is currently set to http://U8LET4O
.
Also I'm not sure that your DNS is set up correctly, unless you are running this on a server with the IP of 92.242.140.2
.
dig ✨snipe@deepthought✨ Sites $ dig u8let4o.com
; <<>> DiG 9.10.6 <<>> u8let4o.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46505
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;u8let4o.com. IN A
;; ANSWER SECTION:
u8let4o.com. 0 IN A 92.242.140.2
;; Query time: 61 msec
;; SERVER: 10.0.1.1#53(10.0.1.1)
;; WHEN: Tue Nov 24 20:18:53 PST 2020
;; MSG SIZE rcvd: 45
php artisan key:generate
- you should never post that key in public.Also, make sure that your environment can resolve u8let4o
- If you're on Windows and only need access from the machine itself, you'll probably need to edit C:\Windows\System32\drivers\etc\hosts
to add an entry for that address.
If you need it to be addressable from elsewhere in your network, instead you'll need to add that to DNS somewhere.
Also, make sure that your environment can resolve
u8let4o
- If you're on Windows and only need access from the machine itself, you'll probably need to editC:\Windows\System32\drivers\etc\hosts
to add an entry for that address.If you need it to be addressable from elsewhere in your network, instead you'll need to add that to DNS somewhere.
yeah, only windows and accessible from the machine it self. what should i edit in the C:\Windows\System32\drivers\etc\host?
this is what i have done so far:
1) i installed wampx64 and follow through this steps. [https://snipe-it.readme.io/docs/wamp] but doesnt work..
2)then i copied my snipeit folder in the Wamp(www folder) 3) uninstalled my wampx64 and install wampx32. 4) paste my snipeit folder into the wamp www folder 5) change the host file
<virtualHost *:80> <Directory "C:/wamp/www/snipeit/public/"> Allow From All AllowOverride All Options +Indexes Require all granted DocumentRoot "C:/wamp/www/snipeit/public/" ServerName "http://U8LET4O"
6).env APP_KEY=base64:4oMv5x4im884cGHcTmwFyLZ9VTzRzC1btDhTmgGXYCE= APP_URL=http://U8LET4O APP_TIMEZONE='Asia/Singapore'
7) reboot wamp server done and it's green. but when i tried access http:\u8let4o it says We can’t connect to the server at www.u8let4o.com