• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

browsersync doesn't work with XAMPP

phpwindowsgulpxampp


PHP Snippet 1:

gulp.task('browser-sync', function() {

   browserSync.init({
      proxy: "http://localhost:80/dashboard/optimizedphp/app/"
   })
;});

PHP Snippet 2:

browserSync( {
    proxy: "https://localhost/mysite/",
    https: {
        key: "W:/xampp/htdocs/mkcert/localhost/localhost.key",
        cert: "W:/xampp/htdocs/mkcert/localhost/localhost.crt"
    }
});

Related Snippets

Post Form Data To phpmyadmin Database

PHP only Hit Counter?

Google API Heatmap Layer exception, why?

Error converting docx to pdf using Unoconv

How to add automatically collapse/expand in content wordpress (single.php)?

How to find phpcs current default standard

Mysqli Output to a table

how to identify the web server name of remote host

Edit XML in HTML form and submit to self

php echo remove slashes from url [duplicate]

protect images from being copied

How to submit a form when page loads using JavaScript?

OAuth2 Token PHP

Calculating Median of an array in PHP

Laravel excel maatwebsite 3.1 import, date column in excel cell returns as unknown format number. How to solve this?

About Contact Privacy policy Terms and conditions