How to Solve Wamp Server - 3 Showing Code Instead of Execute in Windows?
My wamp server showing source code instead of excute?
Any help?
php wamp
|
show 5 more comments
My wamp server showing source code instead of excute?
Any help?
php wamp
1
you need to install php module.check link stackoverflow.com/questions/12142172/…
– Naisa purushotham
yesterday
@Naisapurushotham FYI -> snag.gy/E16DuM.jpg what is mean 304 error, and i am using wamp 3, how can i navigate /etc/apache2/ regard your solution.
– zus
yesterday
share yourphpinfo.php
file code
– Himanshu
yesterday
@Himanshu My Code : <?php phpinfo(); ?> If i run with 127.0.0.1:8080 i am getting errror page like snag.gy/BZhbQ3.jpg
– zus
yesterday
@Himanshu may i know how to navigate /etc/apache2/)
– zus
yesterday
|
show 5 more comments
My wamp server showing source code instead of excute?
Any help?
php wamp
My wamp server showing source code instead of excute?
Any help?
php wamp
php wamp
edited yesterday
zus
asked yesterday
zuszus
83116
83116
1
you need to install php module.check link stackoverflow.com/questions/12142172/…
– Naisa purushotham
yesterday
@Naisapurushotham FYI -> snag.gy/E16DuM.jpg what is mean 304 error, and i am using wamp 3, how can i navigate /etc/apache2/ regard your solution.
– zus
yesterday
share yourphpinfo.php
file code
– Himanshu
yesterday
@Himanshu My Code : <?php phpinfo(); ?> If i run with 127.0.0.1:8080 i am getting errror page like snag.gy/BZhbQ3.jpg
– zus
yesterday
@Himanshu may i know how to navigate /etc/apache2/)
– zus
yesterday
|
show 5 more comments
1
you need to install php module.check link stackoverflow.com/questions/12142172/…
– Naisa purushotham
yesterday
@Naisapurushotham FYI -> snag.gy/E16DuM.jpg what is mean 304 error, and i am using wamp 3, how can i navigate /etc/apache2/ regard your solution.
– zus
yesterday
share yourphpinfo.php
file code
– Himanshu
yesterday
@Himanshu My Code : <?php phpinfo(); ?> If i run with 127.0.0.1:8080 i am getting errror page like snag.gy/BZhbQ3.jpg
– zus
yesterday
@Himanshu may i know how to navigate /etc/apache2/)
– zus
yesterday
1
1
you need to install php module.check link stackoverflow.com/questions/12142172/…
– Naisa purushotham
yesterday
you need to install php module.check link stackoverflow.com/questions/12142172/…
– Naisa purushotham
yesterday
@Naisapurushotham FYI -> snag.gy/E16DuM.jpg what is mean 304 error, and i am using wamp 3, how can i navigate /etc/apache2/ regard your solution.
– zus
yesterday
@Naisapurushotham FYI -> snag.gy/E16DuM.jpg what is mean 304 error, and i am using wamp 3, how can i navigate /etc/apache2/ regard your solution.
– zus
yesterday
share your
phpinfo.php
file code– Himanshu
yesterday
share your
phpinfo.php
file code– Himanshu
yesterday
@Himanshu My Code : <?php phpinfo(); ?> If i run with 127.0.0.1:8080 i am getting errror page like snag.gy/BZhbQ3.jpg
– zus
yesterday
@Himanshu My Code : <?php phpinfo(); ?> If i run with 127.0.0.1:8080 i am getting errror page like snag.gy/BZhbQ3.jpg
– zus
yesterday
@Himanshu may i know how to navigate /etc/apache2/)
– zus
yesterday
@Himanshu may i know how to navigate /etc/apache2/)
– zus
yesterday
|
show 5 more comments
1 Answer
1
active
oldest
votes
Just go to :
127.0.0.1:8080/dashboard/phpinfo.php
in your browser url bar
or
127.0.0.1:8080/?phpinfo=1
using wampp
try this one @zus, no need to create a phpinfo page since phpinfo is already included in localhost server dashboard
– magefms
yesterday
127.0.0.1:8080/?phpinfo=1 getting same error, 127.0.0.1:8080/dashboard/phpinfo.php return snag.gy/Q4KMIF.jpg
– zus
yesterday
Updated httpd.cong file in chat @magefms
– zus
yesterday
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fmagento.stackexchange.com%2fquestions%2f257123%2fhow-to-solve-wamp-server-3-showing-code-instead-of-execute-in-windows%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
Just go to :
127.0.0.1:8080/dashboard/phpinfo.php
in your browser url bar
or
127.0.0.1:8080/?phpinfo=1
using wampp
try this one @zus, no need to create a phpinfo page since phpinfo is already included in localhost server dashboard
– magefms
yesterday
127.0.0.1:8080/?phpinfo=1 getting same error, 127.0.0.1:8080/dashboard/phpinfo.php return snag.gy/Q4KMIF.jpg
– zus
yesterday
Updated httpd.cong file in chat @magefms
– zus
yesterday
add a comment |
Just go to :
127.0.0.1:8080/dashboard/phpinfo.php
in your browser url bar
or
127.0.0.1:8080/?phpinfo=1
using wampp
try this one @zus, no need to create a phpinfo page since phpinfo is already included in localhost server dashboard
– magefms
yesterday
127.0.0.1:8080/?phpinfo=1 getting same error, 127.0.0.1:8080/dashboard/phpinfo.php return snag.gy/Q4KMIF.jpg
– zus
yesterday
Updated httpd.cong file in chat @magefms
– zus
yesterday
add a comment |
Just go to :
127.0.0.1:8080/dashboard/phpinfo.php
in your browser url bar
or
127.0.0.1:8080/?phpinfo=1
using wampp
Just go to :
127.0.0.1:8080/dashboard/phpinfo.php
in your browser url bar
or
127.0.0.1:8080/?phpinfo=1
using wampp
answered yesterday
magefmsmagefms
32910
32910
try this one @zus, no need to create a phpinfo page since phpinfo is already included in localhost server dashboard
– magefms
yesterday
127.0.0.1:8080/?phpinfo=1 getting same error, 127.0.0.1:8080/dashboard/phpinfo.php return snag.gy/Q4KMIF.jpg
– zus
yesterday
Updated httpd.cong file in chat @magefms
– zus
yesterday
add a comment |
try this one @zus, no need to create a phpinfo page since phpinfo is already included in localhost server dashboard
– magefms
yesterday
127.0.0.1:8080/?phpinfo=1 getting same error, 127.0.0.1:8080/dashboard/phpinfo.php return snag.gy/Q4KMIF.jpg
– zus
yesterday
Updated httpd.cong file in chat @magefms
– zus
yesterday
try this one @zus, no need to create a phpinfo page since phpinfo is already included in localhost server dashboard
– magefms
yesterday
try this one @zus, no need to create a phpinfo page since phpinfo is already included in localhost server dashboard
– magefms
yesterday
127.0.0.1:8080/?phpinfo=1 getting same error, 127.0.0.1:8080/dashboard/phpinfo.php return snag.gy/Q4KMIF.jpg
– zus
yesterday
127.0.0.1:8080/?phpinfo=1 getting same error, 127.0.0.1:8080/dashboard/phpinfo.php return snag.gy/Q4KMIF.jpg
– zus
yesterday
Updated httpd.cong file in chat @magefms
– zus
yesterday
Updated httpd.cong file in chat @magefms
– zus
yesterday
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fmagento.stackexchange.com%2fquestions%2f257123%2fhow-to-solve-wamp-server-3-showing-code-instead-of-execute-in-windows%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
1
you need to install php module.check link stackoverflow.com/questions/12142172/…
– Naisa purushotham
yesterday
@Naisapurushotham FYI -> snag.gy/E16DuM.jpg what is mean 304 error, and i am using wamp 3, how can i navigate /etc/apache2/ regard your solution.
– zus
yesterday
share your
phpinfo.php
file code– Himanshu
yesterday
@Himanshu My Code : <?php phpinfo(); ?> If i run with 127.0.0.1:8080 i am getting errror page like snag.gy/BZhbQ3.jpg
– zus
yesterday
@Himanshu may i know how to navigate /etc/apache2/)
– zus
yesterday