hosting of a website – Amazon EC2 Free Hosting Setup for PHP and MySQL
Amazon EC2 Free Hosting Setup for PHP and MySQL
hosting of a website
Amazon EC2 Free Hosting Setup for PHP and MySQL
you search:
hosting of a website
Amazon EC2 Free Hosting Setup for PHP and MySQL
Really great tutorial man. Thanx
Hlo, i have a doubt regarding connecting the ip address with the domain.my ip address is redirecting to the xampp page , when i am connecting to the domain
sir please explain FTP setup or just provide link VERY URGENT
Hello where do we have to store the php files
Hello, this is a great explanation! Help please!
I have my index file in a folder in the htdocs folder. Although I can see that xampp is working through my IP address, it won't pull through to my godaddy domain name. Can anyone help me fix this?
Does anyone else have the problem that the system goes to read-only when rebooted?
nice tutorial sir
Thx for this very helpful video
please put the code in github
good. where is the next lecture?
If you are getting an error like:
"/opt/lampp/etc/extra/httpd-xampp.conf" E212: Can't open file for writing
(this is because you don't have necessary permission to modify this file)
to resolve this issue, do this:
sudo su –
vi /opt/lampp/etc/extra/httpd-xampp.conf
[do required changes -> press Esc key -> :wq! (including colon sign)]
sudo /opt/lampp/lampp restart
VOILA! You got this. 😉
Sir you opened a terminal application please provide that link
Getting time out again and again
Host your website and applications with JachOOs Cloud Hosting on AWS platform with unlimited SSD space, 30 days 2 times daily backup, unlimited email accounts, one click WordPress and other applications installer and much more protected with Imunify360 and ModSecurity powered by cPanel control panel. Highly reliable hosting on Amazon Web Services platform. See packages: https://jachoos.net/client/cart.php?gid=14
■ [email protected]JACHOOS.NET ■ http://WWW.JACHOOS.NET
is xampp are good in production?
How to enable ssl certificate and make https
im getting an error at the vi /opt/lampp/etc/extra/httpd-xampp.conf file edit and rewriting step. can someone or admin can help me?
im getting an error at the vi /opt/lampp/etc/extra/httpd-xampp.conf file edit and rewriting step. can someone or admin can help me?
Hello,
Great video and a wonderful guide. It seems that my httpd-xampp.conf looks different and I do not have the LocationMatch. When I try to add this to my code I still get error when trying to access to phpmyadmin, any clues what should I do?
Thank you for an excellent tutorial. Every time i restart i get the following message.
Restarting XAMPP for Linux 7.2.30-0…
XAMPP: Stopping Apache…ok.
XAMPP: Stopping MySQL…ok.
XAMPP: Stopping ProFTPD…ok.
XAMPP: Starting Apache…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.
XAMPP: Starting MySQL…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.
XAMPP: Starting ProFTPD…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.
can anyone guide, what is the issue?
Thanks
you are really great, you saved my day. too easier explained. well done. thanks man
best wishes
Thank you, great tutorial 🙂
This tutorial is very helpful .. Thank You <3
Watched this just now, very helpful. Thank you.
You should change the title to 'on mac', not windows
Is Amazon RDS will be the same type… 12 months Free ?
Thank you man.
first, you have to
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
To replace with this
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
good
Thanks dude
i have changed "Require local" to "Require all granted" and then save but still got ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var plz help
Goodafternoon, when i run this command Run Installation
sudo ./xampp-linux-x64-7.0.23-0-installer.run, in terminal i faced Syntax error: Unterminated quoted string so, kindly please guide me to resolve us
Thank you for the Video, from Can I get the file which you have already write your commands
When editing the conf file you need to add Require all granted before the ErrorDocument line. Thanks for the wonderful tutorial
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Allow from all
Allow from ::1 127.0.0.0/8
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
fe80::/10 169.254.0.0/16
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
excellent buddy god bless you …nicely explained
how to use FTP for the folder you created index.html?
what charges will apply after 12 month?
Hi, am having problems with access phpmyadmin even after editing my httpd-xampp-help.md file, please i need some help
Thanks for the tutorial.. It helped me a lot.. Can I get how to upload existing localhost project to this instance?? Plz plz
This is too much more than an explanation..Thanks a lot
In new Xamp please use
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
instead of this
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
to
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Allow from all
Allow from ::1 127.0.0.0/8
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
fe80::/10 169.254.0.0/16
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
what are you saying brother? nothing is audible??
cool
Best tutorial on how to host PHP and MYSQL project in AWS,keep it up!!!
Around 8:00 to 8:10 … Password given for demo.pem. We have created this file & stored at the client. But, what is the password for this ? Is it Windows login password ? This went bouncer for me, as you became mute. I understand, you will not utter the password.
While I have created this .pem file; that time I was not asked for to create any password.
Nice tutorial