Can I still access another localhost website in my computer after sharing my localhost to another...

Simulating a probability of 1 of 2^N with less than N random bits

Greatest common substring

How can a jailer prevent the Forge Cleric's Artisan's Blessing from being used?

Did US corporations pay demonstrators in the German demonstrations against article 13?

How do I repair my stair bannister?

Latex for-and in equation

Is there a good way to store credentials outside of a password manager?

Can the electrostatic force be infinite in magnitude?

What does the "3am" section means in manpages?

Adding empty element to declared container without declaring type of element

What is the term when two people sing in harmony, but they aren't singing the same notes?

Simple image editor tool to draw a simple box/rectangle in an existing image

What (else) happened July 1st 1858 in London?

How to deal with or prevent idle in the test team?

Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)

Can a malicious addon access internet history and such in chrome/firefox?

Partial sums of primes

Why is delta-v is the most useful quantity for planning space travel?

Books on the History of math research at European universities

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

Can the harmonic series explain the origin of the major scale?

Installing PowerShell on 32-bit Kali OS fails

What if somebody invests in my application?

Freedom of speech and where it applies



Can I still access another localhost website in my computer after sharing my localhost to another computer?


403 Forbidden for web root on Apache on Mac OS X v10.7, but can access user directoriesmod_rewrite working but php pages not found or not recognized (downloaded instead of executed)WAMP 2.2e - 403 Forbidden in Offline and Online modeXAMPP (Mac) Virtual host showing 403“Access Forbidden” message when attempting to change apache pathWAMP 3 Server configurationCan't access Sites folder localhost/username/Sites not working El CapitanCentOS phpmyadmin folder forbiddenApache can access Windows share but not folders in itI can access my apache website via localhost, but other users are being denied access













3















I am using xampp and I tried to share my localhost with another computer with the same network.Everything works fine they can see my phpmyadmin and the website I made. The problem is when I try to run another website in my computer it gives me this error.




Access forbidden!



You don't have permission to access the requested object. It is either
read-protected or not readable by the server.



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



Error 403



localhost Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.19




I am just confuse with this one if it is still okay to run another website in my computer after sharing my localhost to another computer.



Here is my http-xampp



Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>

<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|

server-info))">
Require all granted

ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>


Can somebody help me?










share|improve this question
















bumped to the homepage by Community 8 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    3















    I am using xampp and I tried to share my localhost with another computer with the same network.Everything works fine they can see my phpmyadmin and the website I made. The problem is when I try to run another website in my computer it gives me this error.




    Access forbidden!



    You don't have permission to access the requested object. It is either
    read-protected or not readable by the server.



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



    Error 403



    localhost Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.19




    I am just confuse with this one if it is still okay to run another website in my computer after sharing my localhost to another computer.



    Here is my http-xampp



    Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
    <Directory "C:/xampp/phpMyAdmin">
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    Require all granted
    </Directory>

    <LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|

    server-info))">
    Require all granted

    ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    </LocationMatch>


    Can somebody help me?










    share|improve this question
















    bumped to the homepage by Community 8 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      3












      3








      3


      1






      I am using xampp and I tried to share my localhost with another computer with the same network.Everything works fine they can see my phpmyadmin and the website I made. The problem is when I try to run another website in my computer it gives me this error.




      Access forbidden!



      You don't have permission to access the requested object. It is either
      read-protected or not readable by the server.



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



      Error 403



      localhost Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.19




      I am just confuse with this one if it is still okay to run another website in my computer after sharing my localhost to another computer.



      Here is my http-xampp



      Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
      <Directory "C:/xampp/phpMyAdmin">
      AllowOverride AuthConfig Limit
      Order allow,deny
      Allow from all
      Require all granted
      </Directory>

      <LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|

      server-info))">
      Require all granted

      ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
      </LocationMatch>


      Can somebody help me?










      share|improve this question
















      I am using xampp and I tried to share my localhost with another computer with the same network.Everything works fine they can see my phpmyadmin and the website I made. The problem is when I try to run another website in my computer it gives me this error.




      Access forbidden!



      You don't have permission to access the requested object. It is either
      read-protected or not readable by the server.



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



      Error 403



      localhost Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.19




      I am just confuse with this one if it is still okay to run another website in my computer after sharing my localhost to another computer.



      Here is my http-xampp



      Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
      <Directory "C:/xampp/phpMyAdmin">
      AllowOverride AuthConfig Limit
      Order allow,deny
      Allow from all
      Require all granted
      </Directory>

      <LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|

      server-info))">
      Require all granted

      ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
      </LocationMatch>


      Can somebody help me?







      networking apache-http-server localhost






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 4 '15 at 3:56







      aiai

















      asked Jun 4 '15 at 3:17









      aiaiaiai

      1195




      1195





      bumped to the homepage by Community 8 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 8 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          0














          Look in your XAMPP installation directory under {YOURDIR}/apache/conf/extra, and edit the file httpd-xampp.conf



          Near the bottom you should see something like:



          <LocationMatch "^/(?i:(:xampp|security.......
          Order deny,allow
          Deny from all
          Allow from ::1 127.0.0.0/8 ....
          ....
          ....

          ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
          </LocationMatch>


          Simply change the line(s) that make up the Allow from .... section to be Allow from all






          share|improve this answer
























          • thanks ,,,, but its not working ..

            – aiai
            Jun 4 '15 at 5:59











          • my http-xampp.conf is posted above and it works if I share to another pc and the problem is I cannot access another website in localhost

            – aiai
            Jun 4 '15 at 6:03



















          0














          I solve this my editing my httpd.conf.



          Find this in your directory, for me I found this is in C:/xampp/apache/conf/httpd



          Find this in httpd.conf :



           DocumentRoot "C:/xampp/htdocs"
          <Directory "C:/xampp/htdocs/someFolder">


          remove the someFolder because this is the one that cause the error.This means that it will not accept any projects in htdocs except for someFolder.So it is need to remove this one.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f923582%2fcan-i-still-access-another-localhost-website-in-my-computer-after-sharing-my-loc%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Look in your XAMPP installation directory under {YOURDIR}/apache/conf/extra, and edit the file httpd-xampp.conf



            Near the bottom you should see something like:



            <LocationMatch "^/(?i:(:xampp|security.......
            Order deny,allow
            Deny from all
            Allow from ::1 127.0.0.0/8 ....
            ....
            ....

            ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
            </LocationMatch>


            Simply change the line(s) that make up the Allow from .... section to be Allow from all






            share|improve this answer
























            • thanks ,,,, but its not working ..

              – aiai
              Jun 4 '15 at 5:59











            • my http-xampp.conf is posted above and it works if I share to another pc and the problem is I cannot access another website in localhost

              – aiai
              Jun 4 '15 at 6:03
















            0














            Look in your XAMPP installation directory under {YOURDIR}/apache/conf/extra, and edit the file httpd-xampp.conf



            Near the bottom you should see something like:



            <LocationMatch "^/(?i:(:xampp|security.......
            Order deny,allow
            Deny from all
            Allow from ::1 127.0.0.0/8 ....
            ....
            ....

            ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
            </LocationMatch>


            Simply change the line(s) that make up the Allow from .... section to be Allow from all






            share|improve this answer
























            • thanks ,,,, but its not working ..

              – aiai
              Jun 4 '15 at 5:59











            • my http-xampp.conf is posted above and it works if I share to another pc and the problem is I cannot access another website in localhost

              – aiai
              Jun 4 '15 at 6:03














            0












            0








            0







            Look in your XAMPP installation directory under {YOURDIR}/apache/conf/extra, and edit the file httpd-xampp.conf



            Near the bottom you should see something like:



            <LocationMatch "^/(?i:(:xampp|security.......
            Order deny,allow
            Deny from all
            Allow from ::1 127.0.0.0/8 ....
            ....
            ....

            ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
            </LocationMatch>


            Simply change the line(s) that make up the Allow from .... section to be Allow from all






            share|improve this answer













            Look in your XAMPP installation directory under {YOURDIR}/apache/conf/extra, and edit the file httpd-xampp.conf



            Near the bottom you should see something like:



            <LocationMatch "^/(?i:(:xampp|security.......
            Order deny,allow
            Deny from all
            Allow from ::1 127.0.0.0/8 ....
            ....
            ....

            ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
            </LocationMatch>


            Simply change the line(s) that make up the Allow from .... section to be Allow from all







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jun 4 '15 at 5:42









            Rob GagnonRob Gagnon

            292




            292













            • thanks ,,,, but its not working ..

              – aiai
              Jun 4 '15 at 5:59











            • my http-xampp.conf is posted above and it works if I share to another pc and the problem is I cannot access another website in localhost

              – aiai
              Jun 4 '15 at 6:03



















            • thanks ,,,, but its not working ..

              – aiai
              Jun 4 '15 at 5:59











            • my http-xampp.conf is posted above and it works if I share to another pc and the problem is I cannot access another website in localhost

              – aiai
              Jun 4 '15 at 6:03

















            thanks ,,,, but its not working ..

            – aiai
            Jun 4 '15 at 5:59





            thanks ,,,, but its not working ..

            – aiai
            Jun 4 '15 at 5:59













            my http-xampp.conf is posted above and it works if I share to another pc and the problem is I cannot access another website in localhost

            – aiai
            Jun 4 '15 at 6:03





            my http-xampp.conf is posted above and it works if I share to another pc and the problem is I cannot access another website in localhost

            – aiai
            Jun 4 '15 at 6:03













            0














            I solve this my editing my httpd.conf.



            Find this in your directory, for me I found this is in C:/xampp/apache/conf/httpd



            Find this in httpd.conf :



             DocumentRoot "C:/xampp/htdocs"
            <Directory "C:/xampp/htdocs/someFolder">


            remove the someFolder because this is the one that cause the error.This means that it will not accept any projects in htdocs except for someFolder.So it is need to remove this one.






            share|improve this answer




























              0














              I solve this my editing my httpd.conf.



              Find this in your directory, for me I found this is in C:/xampp/apache/conf/httpd



              Find this in httpd.conf :



               DocumentRoot "C:/xampp/htdocs"
              <Directory "C:/xampp/htdocs/someFolder">


              remove the someFolder because this is the one that cause the error.This means that it will not accept any projects in htdocs except for someFolder.So it is need to remove this one.






              share|improve this answer


























                0












                0








                0







                I solve this my editing my httpd.conf.



                Find this in your directory, for me I found this is in C:/xampp/apache/conf/httpd



                Find this in httpd.conf :



                 DocumentRoot "C:/xampp/htdocs"
                <Directory "C:/xampp/htdocs/someFolder">


                remove the someFolder because this is the one that cause the error.This means that it will not accept any projects in htdocs except for someFolder.So it is need to remove this one.






                share|improve this answer













                I solve this my editing my httpd.conf.



                Find this in your directory, for me I found this is in C:/xampp/apache/conf/httpd



                Find this in httpd.conf :



                 DocumentRoot "C:/xampp/htdocs"
                <Directory "C:/xampp/htdocs/someFolder">


                remove the someFolder because this is the one that cause the error.This means that it will not accept any projects in htdocs except for someFolder.So it is need to remove this one.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 4 '15 at 7:26









                aiaiaiai

                1195




                1195






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f923582%2fcan-i-still-access-another-localhost-website-in-my-computer-after-sharing-my-loc%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...