Custom file name extension for Apache webserverServerName wildcards in Apache name-based virtual hosts?Should...
How to stop co-workers from teasing me because I know Russian?
Why do distances seem to matter in the Foundation world?
Could the terminal length of components like resistors be reduced?
Can SQL Server create collisions in system generated constraint names?
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
How to limit Drive Letters Windows assigns to new removable USB drives
Why does nature favour the Laplacian?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Betweenness centrality formula
Phrase for the opposite of "foolproof"
Aligning equation numbers vertically
How to display Aura JS Errors Lightning Out
Initiative: Do I lose my attack/action if my target moves or dies before my turn in combat?
Re-entry to Germany after vacation using blue card
What is causing the white spot to appear in some of my pictures
What is the philosophical significance of speech acts/implicature?
How to not starve gigantic beasts
How to have a sharp product image?
What does ゆーか mean?
Was there a shared-world project before "Thieves World"?
How exactly does Hawking radiation decrease the mass of black holes?
As an international instructor, should I openly talk about my accent?
How do I reattach a shelf to the wall when it ripped out of the wall?
Extension of 2-adic valuation to the real numbers
Custom file name extension for Apache webserver
ServerName wildcards in Apache name-based virtual hosts?Should I go along with my choice of web hosting company or still search?Network DNS Issues Complicated by Amazon EC2 DNS CNAMEBypassing the need for BIND9 and using my Ubuntu Server as internet gateway?LAMP server to AWS with HA and NFS1 EC2 instance per website - manage multiple websites on Amazon cloud using EC2Custom filename extension (eg: www.mysite.com/test.custom/)Estimating costing for entities on Azure VMsCreating subdomain in google cloud LAMP stackcustom location and level for apache logs
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I pay for a very common LAMP webhost. I was wondering if I could have custom extensions for my files. Let' say I have this url, for instance:
http://www.mysite/custom.php
how do I change that to something like:
http://www.mysite/custom.name
just to give an example.
Notice I'm not mentioning changing the index.php. I have a XAMPP server setup here in my PC, and it works just fine, with out altering anything. Can that be accomplished on an LAMP webhost?
Thank you.
web-hosting lamp
add a comment |
I pay for a very common LAMP webhost. I was wondering if I could have custom extensions for my files. Let' say I have this url, for instance:
http://www.mysite/custom.php
how do I change that to something like:
http://www.mysite/custom.name
just to give an example.
Notice I'm not mentioning changing the index.php. I have a XAMPP server setup here in my PC, and it works just fine, with out altering anything. Can that be accomplished on an LAMP webhost?
Thank you.
web-hosting lamp
add a comment |
I pay for a very common LAMP webhost. I was wondering if I could have custom extensions for my files. Let' say I have this url, for instance:
http://www.mysite/custom.php
how do I change that to something like:
http://www.mysite/custom.name
just to give an example.
Notice I'm not mentioning changing the index.php. I have a XAMPP server setup here in my PC, and it works just fine, with out altering anything. Can that be accomplished on an LAMP webhost?
Thank you.
web-hosting lamp
I pay for a very common LAMP webhost. I was wondering if I could have custom extensions for my files. Let' say I have this url, for instance:
http://www.mysite/custom.php
how do I change that to something like:
http://www.mysite/custom.name
just to give an example.
Notice I'm not mentioning changing the index.php. I have a XAMPP server setup here in my PC, and it works just fine, with out altering anything. Can that be accomplished on an LAMP webhost?
Thank you.
web-hosting lamp
web-hosting lamp
edited 8 mins ago
Michael Hampton♦
176k27321651
176k27321651
asked Jun 12 '13 at 19:24
Andres GuzmanAndres Guzman
72
72
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The short answer is YES.
You'll have to make a few configuration adjustments of course.
But why would you want to do that? It makes things messy, hard to maintain, and may cause some application incompatibilities if you are not careful.
ok, do you know what those are?
– Andres Guzman
Jun 12 '13 at 19:41
i mean the changes i have to make? thank you.
– Andres Guzman
Jun 12 '13 at 19:47
If I were to do something like this I'd be looking at httpd.apache.org specifically with the directives concerning the mod_rewrite and the mod_mime modules that are standard and applying them accordingly.
– mdpc
Jun 12 '13 at 19:51
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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%2fserverfault.com%2fquestions%2f515358%2fcustom-file-name-extension-for-apache-webserver%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
The short answer is YES.
You'll have to make a few configuration adjustments of course.
But why would you want to do that? It makes things messy, hard to maintain, and may cause some application incompatibilities if you are not careful.
ok, do you know what those are?
– Andres Guzman
Jun 12 '13 at 19:41
i mean the changes i have to make? thank you.
– Andres Guzman
Jun 12 '13 at 19:47
If I were to do something like this I'd be looking at httpd.apache.org specifically with the directives concerning the mod_rewrite and the mod_mime modules that are standard and applying them accordingly.
– mdpc
Jun 12 '13 at 19:51
add a comment |
The short answer is YES.
You'll have to make a few configuration adjustments of course.
But why would you want to do that? It makes things messy, hard to maintain, and may cause some application incompatibilities if you are not careful.
ok, do you know what those are?
– Andres Guzman
Jun 12 '13 at 19:41
i mean the changes i have to make? thank you.
– Andres Guzman
Jun 12 '13 at 19:47
If I were to do something like this I'd be looking at httpd.apache.org specifically with the directives concerning the mod_rewrite and the mod_mime modules that are standard and applying them accordingly.
– mdpc
Jun 12 '13 at 19:51
add a comment |
The short answer is YES.
You'll have to make a few configuration adjustments of course.
But why would you want to do that? It makes things messy, hard to maintain, and may cause some application incompatibilities if you are not careful.
The short answer is YES.
You'll have to make a few configuration adjustments of course.
But why would you want to do that? It makes things messy, hard to maintain, and may cause some application incompatibilities if you are not careful.
answered Jun 12 '13 at 19:39
mdpcmdpc
10.2k84560
10.2k84560
ok, do you know what those are?
– Andres Guzman
Jun 12 '13 at 19:41
i mean the changes i have to make? thank you.
– Andres Guzman
Jun 12 '13 at 19:47
If I were to do something like this I'd be looking at httpd.apache.org specifically with the directives concerning the mod_rewrite and the mod_mime modules that are standard and applying them accordingly.
– mdpc
Jun 12 '13 at 19:51
add a comment |
ok, do you know what those are?
– Andres Guzman
Jun 12 '13 at 19:41
i mean the changes i have to make? thank you.
– Andres Guzman
Jun 12 '13 at 19:47
If I were to do something like this I'd be looking at httpd.apache.org specifically with the directives concerning the mod_rewrite and the mod_mime modules that are standard and applying them accordingly.
– mdpc
Jun 12 '13 at 19:51
ok, do you know what those are?
– Andres Guzman
Jun 12 '13 at 19:41
ok, do you know what those are?
– Andres Guzman
Jun 12 '13 at 19:41
i mean the changes i have to make? thank you.
– Andres Guzman
Jun 12 '13 at 19:47
i mean the changes i have to make? thank you.
– Andres Guzman
Jun 12 '13 at 19:47
If I were to do something like this I'd be looking at httpd.apache.org specifically with the directives concerning the mod_rewrite and the mod_mime modules that are standard and applying them accordingly.
– mdpc
Jun 12 '13 at 19:51
If I were to do something like this I'd be looking at httpd.apache.org specifically with the directives concerning the mod_rewrite and the mod_mime modules that are standard and applying them accordingly.
– mdpc
Jun 12 '13 at 19:51
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f515358%2fcustom-file-name-extension-for-apache-webserver%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