Quantcast
Channel: myDrupal.gr - Ενεργά θέματα
Viewing all articles
Browse latest Browse all 370

DRUPAL 8 access forbidden κατά την εγκατάσταση

$
0
0

Καλησπέρα
έχω το xampp 5.6.8 και έκανα εγκατάσταση..όταν έφτασα λοιπόν στο drupal 8 και το οποίο κατέβασα μου εμφανίζεται το μήνυμα..

Access forbidden!
New XAMPP security concept:

Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.

Error 403

localhost
Apache/2.4.12 (Win32) OpenSSL/1.0.1l PHP/5.6.8

......................ακολούθησα τις οδηγίες από video επίλυσης... και έκανα αλλαγές στο httpd/xampp έκανα αυτο...
#
# New XAMPP security concept
#

Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var

και στο httpd/vhosts έκανα αυτο..
##NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ##ServerName or ##ServerAlias in any block.
#
##
##ServerAdmin webmaster@dummy-host.example.com
##DocumentRoot "C:/Users/George/Desktop/MYWEB/htdocs/"
##ServerName localhost
##ServerAlias www.dummy-host.example.com
##ErrorLog "logs/dummy-host.example.com-error.log"
##CustomLog "logs/dummy-host.example.com-access.log" common
##

##
##ServerAdmin webmaster@dummy-host2.example.com
##DocumentRoot "C:/Users/George/Desktop/MYWEB/htdocs/"
##ServerName localhost
##ErrorLog "logs/dummy-host2.example.com-error.log"
##CustomLog "logs/dummy-host2.example.com-access.log" common
##

...............................δεν ξέρω τι άλλο να κάνω ....δεν μπορώ να προχωρήσω...
σημ... δεν έχω ασχοληθει ποτέ με αυτά...
αν γνωρίζει κάποιος...
ευχαριστώ!


Viewing all articles
Browse latest Browse all 370

Trending Articles