change document root on xampp 7.2.7 in ubuntu 18.04I can't get the directory contents to not be listed when viewing localhost/mySiteHow do I set DocumentRoot/Directory path in XAMPP httpd.conf to USB flash folder?Access forbidden 403 error in xamppApache2 Virtual Hosting ServerName in Ubuntu Server 14.04 in LAN not WorkingConfiguring virtual hosts in apache2I can't get wordpress on working on a apache! Please help!Have localhost with dual boot (Windows/Ubuntu) share htdocs & mysql databases with XAMPP500 Internal Server Error after installing Zend framework on UbuntuHow to configure Lampp to point a domain to specific directoy on UbuntuWhy my VPS IP is not pointing to server base directory in Lampp on Ubuntu
What is the fastest integer factorization to break RSA?
What is a Samsaran Word™?
If a warlock makes a Dancing Sword their pact weapon, is there a way to prevent it from disappearing if it's farther away for more than a minute?
Rotate ASCII Art by 45 Degrees
Can someone clarify Hamming's notion of important problems in relation to modern academia?
How can a day be of 24 hours?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
What is the opposite of "eschatology"?
Does marriage to a non-Numenorean disqualify a candidate for the crown of Gondor?
Avoiding the "not like other girls" trope?
How could indestructible materials be used in power generation?
How to find if SQL server backup is encrypted with TDE without restoring the backup
Finding the reason behind the value of the integral.
OP Amp not amplifying audio signal
Bullying boss launched a smear campaign and made me unemployable
How to show a landlord what we have in savings?
Do Iron Man suits sport waste management systems?
Finitely generated matrix groups whose eigenvalues are all algebraic
How do conventional missiles fly?
Why was Sir Cadogan fired?
What is an equivalently powerful replacement spell for Yuan-Ti's Suggestion spell?
Processor speed limited at 0.4 Ghz
Mathematica command that allows it to read my intentions
Car headlights in a world without electricity
change document root on xampp 7.2.7 in ubuntu 18.04
I can't get the directory contents to not be listed when viewing localhost/mySiteHow do I set DocumentRoot/Directory path in XAMPP httpd.conf to USB flash folder?Access forbidden 403 error in xamppApache2 Virtual Hosting ServerName in Ubuntu Server 14.04 in LAN not WorkingConfiguring virtual hosts in apache2I can't get wordpress on working on a apache! Please help!Have localhost with dual boot (Windows/Ubuntu) share htdocs & mysql databases with XAMPP500 Internal Server Error after installing Zend framework on UbuntuHow to configure Lampp to point a domain to specific directoy on UbuntuWhy my VPS IP is not pointing to server base directory in Lampp on Ubuntu
I've installed xampp 7.2.7 and I'm trying to change the document root ,when I go to /opt/lampp/apache2/conf/httpd.conf this is its content:
Alias /bitnami/ "/opt/lampp/apache2/htdocs/"
Alias /bitnami "/opt/lampp/apache2/htdocs"
<Directory "/opt/lampp/apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Nothing about documentRoot,I this the wrong file to change configuration?
18.04 apache2 xampp
add a comment |
I've installed xampp 7.2.7 and I'm trying to change the document root ,when I go to /opt/lampp/apache2/conf/httpd.conf this is its content:
Alias /bitnami/ "/opt/lampp/apache2/htdocs/"
Alias /bitnami "/opt/lampp/apache2/htdocs"
<Directory "/opt/lampp/apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Nothing about documentRoot,I this the wrong file to change configuration?
18.04 apache2 xampp
add a comment |
I've installed xampp 7.2.7 and I'm trying to change the document root ,when I go to /opt/lampp/apache2/conf/httpd.conf this is its content:
Alias /bitnami/ "/opt/lampp/apache2/htdocs/"
Alias /bitnami "/opt/lampp/apache2/htdocs"
<Directory "/opt/lampp/apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Nothing about documentRoot,I this the wrong file to change configuration?
18.04 apache2 xampp
I've installed xampp 7.2.7 and I'm trying to change the document root ,when I go to /opt/lampp/apache2/conf/httpd.conf this is its content:
Alias /bitnami/ "/opt/lampp/apache2/htdocs/"
Alias /bitnami "/opt/lampp/apache2/htdocs"
<Directory "/opt/lampp/apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Nothing about documentRoot,I this the wrong file to change configuration?
18.04 apache2 xampp
18.04 apache2 xampp
asked Aug 4 '18 at 11:10
AFSAFS
1354
1354
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I know it has been 8 months since you've asked this but for posterity reasons and because I couldn't find an answer elsewhere, the DocumentRoot
tag that you're looking for is under /opt/lampp/etc/httpd.conf
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062284%2fchange-document-root-on-xampp-7-2-7-in-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I know it has been 8 months since you've asked this but for posterity reasons and because I couldn't find an answer elsewhere, the DocumentRoot
tag that you're looking for is under /opt/lampp/etc/httpd.conf
New contributor
add a comment |
I know it has been 8 months since you've asked this but for posterity reasons and because I couldn't find an answer elsewhere, the DocumentRoot
tag that you're looking for is under /opt/lampp/etc/httpd.conf
New contributor
add a comment |
I know it has been 8 months since you've asked this but for posterity reasons and because I couldn't find an answer elsewhere, the DocumentRoot
tag that you're looking for is under /opt/lampp/etc/httpd.conf
New contributor
I know it has been 8 months since you've asked this but for posterity reasons and because I couldn't find an answer elsewhere, the DocumentRoot
tag that you're looking for is under /opt/lampp/etc/httpd.conf
New contributor
New contributor
answered 1 hour ago
DrOverbuildDrOverbuild
1011
1011
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062284%2fchange-document-root-on-xampp-7-2-7-in-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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