yes thank you, also for phpmyadmin remote access I should have go to wamp/alias/phpmyadmin config file and it had the comment itself how to give access! I really liked it! # to give access to phpmyadmin from outside # replace the lines # # Require local # # by # # Require all granted # so I replaced it to Require all granted and now everything is perfect Sincerely Negin Nickparsa On Tue, Nov 18, 2014 at 3:26 PM, Aziz Saleh <azizsaleh@xxxxxxxxx> wrote: > > > On Tue, Nov 18, 2014 at 6:21 PM, Negin Nickparsa <nickparsa@xxxxxxxxx> > wrote: > >> finally I got it working the solution is to change the host from localhost >> to computer full name >> now everybody has access! :) yessssssss >> >> >> Sincerely >> Negin Nickparsa >> >> On Tue, Nov 18, 2014 at 2:16 PM, Negin Nickparsa <nickparsa@xxxxxxxxx> >> wrote: >> >> > I think when configuring the magento I should install it as my computer >> > name and not as localhost and it will be fine I will try >> > >> > >> > Sincerely >> > Negin Nickparsa >> > >> > On Tue, Nov 18, 2014 at 2:10 PM, Negin Nickparsa <nickparsa@xxxxxxxxx> >> > wrote: >> > >> >> wow I have so many errors! >> >> >> >> [Tue Nov 18 08:27:54.504919 2014] [core:warn] [pid 4660:tid 284] >> AH00098: >> >> pid file C:/wamp/bin/apache/apache2.4.9/logs/httpd.pid overwritten -- >> >> Unclean shutdown of previous Apache run? >> >> [Tue Nov 18 08:27:54.554870 2014] [mpm_winnt:notice] [pid 4660:tid 284] >> >> AH00455: Apache/2.4.9 (Win64) PHP/5.5.12 configured -- resuming normal >> >> operations >> >> [Tue Nov 18 08:27:54.554870 2014] [mpm_winnt:notice] [pid 4660:tid 284] >> >> AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59 >> >> [Tue Nov 18 08:27:54.554870 2014] [core:notice] [pid 4660:tid 284] >> >> AH00094: Command line: >> 'c:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe >> >> -d C:/wamp/bin/apache/apache2.4.9' >> >> [Tue Nov 18 08:27:54.554870 2014] [mpm_winnt:notice] [pid 4660:tid 284] >> >> AH00418: Parent: Created child process 1104 >> >> [Tue Nov 18 08:27:54.754672 2014] [mpm_winnt:notice] [pid 1104:tid 300] >> >> AH00354: Child: Starting 64 worker threads. >> >> [Tue Nov 18 08:57:10.695391 2014] [access_compat:error] [pid 1104:tid >> >> 804] [client 127.0.0.1:49517] AH01797: client denied by server >> >> configuration: C:/wamp/www/magento2/app/etc/local.xml >> >> [Tue Nov 18 09:00:26.150391 2014] [authz_core:error] [pid 1104:tid 772] >> >> [client 10.1.1.164:64339] AH01630: client denied by server >> >> configuration: C:/Apache24, referer: http://10.1.1.146/ >> >> [Tue Nov 18 09:00:26.150391 2014] [authz_core:error] [pid 1104:tid 772] >> >> [client 10.1.1.164:64339] AH01630: client denied by server >> >> configuration: C:/Apache24, referer: http://10.1.1.146/ >> >> [Tue Nov 18 11:16:17.358693 2014] [access_compat:error] [pid 1104:tid >> >> 820] [client 127.0.0.1:50823] AH01797: client denied by server >> >> configuration: C:/wamp/www/magento2/app/etc/local.xml >> >> >> >> >> >> Sincerely >> >> Negin Nickparsa >> >> >> >> On Tue, Nov 18, 2014 at 2:07 PM, Negin Nickparsa <nickparsa@xxxxxxxxx> >> >> wrote: >> >> >> >>> C:\wamp\bin\apache\apache2.4.9\bin>httpd -t >> >>> Syntax OK >> >>> >> >>> it means the logs are clear no error >> >>> >> >>> >> >>> Sincerely >> >>> Negin Nickparsa >> >>> >> >>> On Tue, Nov 18, 2014 at 1:32 PM, Bastien Koert <phpster@xxxxxxxxx> >> >>> wrote: >> >>> >> >>>> Blank page is usually indicative of an error, since by default php's >> >>>> error reporting is turned off. Start by checking the error logs. My >> guess >> >>>> is an access issue of some kind >> >>>> >> >>>> On Tue, Nov 18, 2014 at 12:33 PM, Negin Nickparsa < >> nickparsa@xxxxxxxxx> >> >>>> wrote: >> >>>> >> >>>>> I have a wamp server installed on my machine, then I installed >> magento >> >>>>> on >> >>>>> it. we are in a network and my colleagues should have access to my >> >>>>> localhost. I gave them my ip address and they can see the wamp >> server >> >>>>> homepage but they cannot see the folder which magento is installed. >> >>>>> they >> >>>>> don't have any error, It is just a blank page. the platforms are >> win7. >> >>>>> >> >>>>> I checked the permission of magento folder and the users have the >> >>>>> permissions. I think I should do something with a .htaccess or >> >>>>> httpd.conf >> >>>>> file, but It doesn't give me any error to find out. >> >>>>> >> >>>>> Sincerely >> >>>>> Negin Nickparsa >> >>>>> >> >>>> >> >>>> >> >>>> >> >>>> -- >> >>>> >> >>>> Bastien >> >>>> >> >>>> Cat, the other other white meat >> >>>> >> >>> >> >>> >> >> >> > >> > > Additionally you can use the network IP for the computer (ex: > 192.168.1.165). > >