This kind of thing should have to happen. They say it's easy...but it's not. After installation you have to search all over the net to find solutions to these stupid problems. It should just friggin work.
@mikepropst800110 жыл бұрын
Thanks man. This works for AMPPS too - it does the same thing with its initial apache settings and it was driving me bonkers.
@zonegraphique10 жыл бұрын
Verry good tutorial, that solved my problem after a couple of days in research Thank you verry much ;)
@weini252110 жыл бұрын
OMG THANK U SOO SOOO MUCH MY SERVER WOULD HAVE FAILED IF IT WASN"T FOR U. THX
@oxlena11 жыл бұрын
Never mind, it worked... I forgot to restart apache before I refreshed. Duh, LOL. >_> Thank you! Liked & subscribed. :)
@deanlett96836 жыл бұрын
Adobe reader can't open the 'httpd-xampp.conf' because it is either not a supported file type, or the file has been damaged (for example it was sent as an e-mail attachment and wasn't correctly decoded).
@carlojacalan37549 жыл бұрын
You saved my life!
@LTdevil99 жыл бұрын
My last 4 lines contained and within it a line Require local If you have same lines you should change it to Require local granted
@nerisonpitogo33149 жыл бұрын
+Lukas Tutkus yes I have these lines bro but did not solve my problem. I changed it to Require local granted then restart the apache but to no avail. :(
@lorenzlavilla61706 жыл бұрын
Remove the require local and copy what is in the video.
@luizgustavomeloxavier25354 жыл бұрын
Worked for me (Year: 2020)
@letsasjim796211 жыл бұрын
YEah man....thanx you are very usefull....make more videos :P :D
@budthapa11 жыл бұрын
Thanks. It Helped me.
@wwl77711 жыл бұрын
The normal directory works, but after changing the htdocs to my dropbox directory I got the 403 error. This fix didnt work for me.
@johairhaque17114 жыл бұрын
kindly help after uploading my localhost file in 000webhost getting this error Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
@shyam1286012 жыл бұрын
Brilliant video. Perfect!
@0xbitbybit11 жыл бұрын
absolutely no different whatsoever, had zero effect and problem is still the same.
@kristinayordanova3655 жыл бұрын
same here :/
@CataKlysmiC12 жыл бұрын
I did this and nothing changed. I have restarted several times.
@DazzleEQW11 жыл бұрын
OMG Thank you SO much MrTech302, this actually worked! I've been hosting my own server for quite some time now and I finally have gotten this error to be gone for GOOD. #Subscribed #Liked
@HabixTV12 жыл бұрын
I have Xampp 1.81 the newest version. There is written New Xampp Security Concept not Close Xampp Sites here! Please Help!
@JuhiDavda9 жыл бұрын
thanks :) worked for me.
@pstlvictoras10 жыл бұрын
very useful!thanks a lot:D
@arthuralunts54243 жыл бұрын
What I gonna wrong to do? In that file no such information... !!
@froople11 жыл бұрын
Perfect! Thank you.
@da-melmelton30537 жыл бұрын
What if you dont have httpd-xampp.conf file
@cyberhifi26293 жыл бұрын
Thankyou 😁😁
@merzoug20207 жыл бұрын
i dont have this lins in my paremeter ? how to do
@emperorlinux12 жыл бұрын
hi, can you pm how to did you fix this issue? i followed the steps and it's not worknig for me
@jrjadeja12 жыл бұрын
thanks.. its EASY AND FAST.. :)
@mathias1231512 жыл бұрын
thanks this helped me out
@Strikerheaven11 жыл бұрын
Thanks alot mate. Yet i still get the error 403. I´m using Simplesamlphp and i think there might be something set up wrong.
@SkittlezPlaysMC11 жыл бұрын
How do you open the Xampp control thing
@rjgrlzn12 жыл бұрын
guys help me my apache runs fine but i cant go to localhost/phpmyadmin..why?
@sohkka9 жыл бұрын
Doest work for me, now my apache don't start
@mehboobumt11 жыл бұрын
"localhost/" is not working! "localhost/bugzilla" is not working BUT "localhost/phpmyadmin" is working :) I don't understand the problem ?
@davisd2002287 жыл бұрын
Esta es la solución AllowOverride AuthConfig Require all granted ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
@setyokovic75348 жыл бұрын
THANK YOU VERY MUCH...
@cordi300011 жыл бұрын
i dont find the xammp file please reply!!!!
@Djhamo111 жыл бұрын
can you use this on google chrome
@WarnewNickotoDAGA12 жыл бұрын
Thank you very mush ^^
@FernandoBruno202410 жыл бұрын
So ty dude.
@micahglenz135411 жыл бұрын
Awesome!!!! Thanks
@joemarilina71978 жыл бұрын
Please help me ? bro my xammp is broken 8:58:42 PM [Apache] Error: Apache shutdown unexpectedly. 8:58:42 PM [Apache] This may be due to a blocked port, missing dependencies, 8:58:42 PM [Apache] improper privileges, a crash, or a shutdown by another method. 8:58:42 PM [Apache] Press the Logs button to view error logs and check 8:58:42 PM [Apache] the Windows Event Viewer for more clues 8:58:42 PM [Apache] If you need more help, copy and post this 8:58:42 PM [Apache] entire log window on the forums
@giziant12 жыл бұрын
Nice work
@felipebuitrago7511 жыл бұрын
Excelente amigo Muchisimas gracias ------------------------------------------- excellent friend Thank you so much
hey good video, it works, but now i have error 404 could you help me please to fix it, thank you
@monrome448311 жыл бұрын
Thx
@ryanlee102712 жыл бұрын
Not work
@kylestewart331912 жыл бұрын
i don't have xampp
@lolzaaja35509 жыл бұрын
how fuck you get the one bage!?
@MultiCedrick098 жыл бұрын
I can't' din dat
@scienceblossom61976 жыл бұрын
Add something like this at the bottom of your httpd.conf file: ServerName testproject.local DocumentRoot "C:\dev\workspace\web\testproject\public" Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Allow from all Require all granted