By giosserver
Hey guys, My goal here is to pint http://cydia.ge0rges.com/ to http://ge0rges.com/repo. I have no idea how to this… usually I would think the provider would have a solution to this like others do but DO doesn’t. I tried adding a CNAME but support told me that wasn’t what it was for and suggested I implement a 301 redirect which I tried doing without success. Currently I don’t have anything setup not even the subdomain, I’m running the latest version of wordpress. Any help is appreciated, Thanks a lot, Georges
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Assuming you have setup a virtualhost for you subdomain, simply add the following line to the VirtualHost block defining your subdomain <br> <br>Redirect permanent / http://ge0rges.com/repo <br> <br>so it should look like <br> <br><VirtualHost *:80> <br> ServerAdmin webmaster@localhost <br> ServerName cydia.ge0rges.com <br> ServerAlias cydia.ge0rges.com <br> <br> Redirect permanent / http://ge0rges.com/repo <br></VirtualHost>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.