meta refresh:Redirect /somedir/page1.htm http://your.domain/somedir/page2.htm
Chris<html>
<head>
<meta HTTP-EQUIV="Refresh" CONTENT="0;URL=http://newlink.com">
</head>
<body>
</body>
</html>
Yeah, moved to directadmin becuz cpanel raised pricing.Good day!
Does anybody have some news on this matter?
domains and subdomains pointing to specific folder
We are going from Cpanel, it has it. Needs to have with DA too...
DocumentRoot |DOCROOT|/|SUB|
DocumentRoot |SDOCROOT|
TNX, John,I've added the back-end support for subdomain DocumentRoot overrides:
https://www.directadmin.com/features.php?id=2573
The GUI portion has yet to be implemented.
The changes to the templates to make this happen was a bit trickier than expected, and does change the default token/behavior on how the Subdomain VirtualHosts are defined.
Used to be:but is now:Code:DocumentRoot |DOCROOT|/|SUB|
where the hard part is to do it in a way that minimizes the changes of breaking any customized DOCROOT overrides that are already there, and carrying it forward into the new system. This is currently available in the pre-release area.Code:DocumentRoot |SDOCROOT|
John
you have ETA on the completion of adding it to GUI?At the moment, you'd ask the server admin.
Once the GUI part is done, the very entry will be updated, then it will work through 2222.
John