How to get rid of virtual host for laravel 5.4?









up vote
-1
down vote

favorite












I have a project using with laravel 5.4 and it run properly with virtual host on XAMPP, but without virtual host it's css and js did not load properly, it became only html and many pages redirect to 404.



When I set up virtual host, it work properly. But with SSL is also another problem.



I don't want SSL on this project because it is on XAMPP but it gets https automatically.










share|improve this question



















  • 2




    if you guide me instead of down vote i wil be greatful to you
    – waqar
    yesterday






  • 1




    Might just be me, but I can't understand what you're trying to ask, so not sure where to guide you.
    – Jon Stirling
    yesterday










  • @JonStirling my project did not load css and js without virtual host
    – waqar
    yesterday










  • Did you use php artisan serve to run Laravels/PHPs server?
    – kerbholz
    yesterday










  • no i just place in htdocs of Xampp and connect to mysql database within env file
    – waqar
    yesterday














up vote
-1
down vote

favorite












I have a project using with laravel 5.4 and it run properly with virtual host on XAMPP, but without virtual host it's css and js did not load properly, it became only html and many pages redirect to 404.



When I set up virtual host, it work properly. But with SSL is also another problem.



I don't want SSL on this project because it is on XAMPP but it gets https automatically.










share|improve this question



















  • 2




    if you guide me instead of down vote i wil be greatful to you
    – waqar
    yesterday






  • 1




    Might just be me, but I can't understand what you're trying to ask, so not sure where to guide you.
    – Jon Stirling
    yesterday










  • @JonStirling my project did not load css and js without virtual host
    – waqar
    yesterday










  • Did you use php artisan serve to run Laravels/PHPs server?
    – kerbholz
    yesterday










  • no i just place in htdocs of Xampp and connect to mysql database within env file
    – waqar
    yesterday












up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I have a project using with laravel 5.4 and it run properly with virtual host on XAMPP, but without virtual host it's css and js did not load properly, it became only html and many pages redirect to 404.



When I set up virtual host, it work properly. But with SSL is also another problem.



I don't want SSL on this project because it is on XAMPP but it gets https automatically.










share|improve this question















I have a project using with laravel 5.4 and it run properly with virtual host on XAMPP, but without virtual host it's css and js did not load properly, it became only html and many pages redirect to 404.



When I set up virtual host, it work properly. But with SSL is also another problem.



I don't want SSL on this project because it is on XAMPP but it gets https automatically.







php laravel






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday









Fil

1,31211933




1,31211933










asked yesterday









waqar

4010




4010







  • 2




    if you guide me instead of down vote i wil be greatful to you
    – waqar
    yesterday






  • 1




    Might just be me, but I can't understand what you're trying to ask, so not sure where to guide you.
    – Jon Stirling
    yesterday










  • @JonStirling my project did not load css and js without virtual host
    – waqar
    yesterday










  • Did you use php artisan serve to run Laravels/PHPs server?
    – kerbholz
    yesterday










  • no i just place in htdocs of Xampp and connect to mysql database within env file
    – waqar
    yesterday












  • 2




    if you guide me instead of down vote i wil be greatful to you
    – waqar
    yesterday






  • 1




    Might just be me, but I can't understand what you're trying to ask, so not sure where to guide you.
    – Jon Stirling
    yesterday










  • @JonStirling my project did not load css and js without virtual host
    – waqar
    yesterday










  • Did you use php artisan serve to run Laravels/PHPs server?
    – kerbholz
    yesterday










  • no i just place in htdocs of Xampp and connect to mysql database within env file
    – waqar
    yesterday







2




2




if you guide me instead of down vote i wil be greatful to you
– waqar
yesterday




if you guide me instead of down vote i wil be greatful to you
– waqar
yesterday




1




1




Might just be me, but I can't understand what you're trying to ask, so not sure where to guide you.
– Jon Stirling
yesterday




Might just be me, but I can't understand what you're trying to ask, so not sure where to guide you.
– Jon Stirling
yesterday












@JonStirling my project did not load css and js without virtual host
– waqar
yesterday




@JonStirling my project did not load css and js without virtual host
– waqar
yesterday












Did you use php artisan serve to run Laravels/PHPs server?
– kerbholz
yesterday




Did you use php artisan serve to run Laravels/PHPs server?
– kerbholz
yesterday












no i just place in htdocs of Xampp and connect to mysql database within env file
– waqar
yesterday




no i just place in htdocs of Xampp and connect to mysql database within env file
– waqar
yesterday

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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',
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
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53224369%2fhow-to-get-rid-of-virtual-host-for-laravel-5-4%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53224369%2fhow-to-get-rid-of-virtual-host-for-laravel-5-4%23new-answer', 'question_page');

);

Post as a guest














































































Popular posts from this blog

How to how show current date and time by default on contact form 7 in WordPress without taking input from user in datetimepicker

Syphilis

Darth Vader #20