HappyCoding
HappyCoding
  • Видео 4
  • Просмотров 82 471
How to Create Pagination in PHP Tutorial Example With Code
how to create pagination in php
php pagination example with code
php pagination tutorial
Просмотров: 1 465

Видео

CSS Centering Image Inside Div Vertically and HorizontallyCSS Centering Image Inside Div Vertically and Horizontally
CSS Centering Image Inside Div Vertically and Horizontally
Просмотров 3,6 тыс.8 лет назад
How to centering image inside div using css (Vertically and Horizontally)
Htaccess How To Create SEO Friendly UrlsHtaccess How To Create SEO Friendly Urls
Htaccess How To Create SEO Friendly Urls
Просмотров 2,3 тыс.8 лет назад
How To Create SEO Friendly Urls Using Htaccess How To Create Clean Urls Using Htaccess
How to Change localhost to a Domain Name in XAMPP (Windows)How to Change localhost to a Domain Name in XAMPP (Windows)
How to Change localhost to a Domain Name in XAMPP (Windows)
Просмотров 75 тыс.8 лет назад
Virtual Host in XAMPP

Комментарии

  • @smusod8178
    @smusod8178 4 года назад

    your bullshit tutorial only wasted my time

  • @MRROCKSTAR
    @MRROCKSTAR 5 лет назад

    Thankyou buddy

  • @zztop8676
    @zztop8676 5 лет назад

    the fuk is this music

  • @Mahmudulhasan-ts5hm
    @Mahmudulhasan-ts5hm 5 лет назад

    not working , thanks

  • @iPadApprentice
    @iPadApprentice 5 лет назад

    Your instructions worked. However, the music was extremely annoying and NOT a substitute for verbal explanations and instructions.

  • @Tutora1260
    @Tutora1260 5 лет назад

    haha i like the music in the video. make me feel like a fukin noob

  • @awaizkhan8088
    @awaizkhan8088 5 лет назад

    It worked like a gem, GG pal!

  • @mae2547
    @mae2547 6 лет назад

    is this still works also fine with wammp??

  • @joshuatan5952
    @joshuatan5952 6 лет назад

    Hi there, I tried doing this, but then my apache server on Xampp could not open.

  • @simplydoing9596
    @simplydoing9596 6 лет назад

    making yourself fool that Creating custom domain which does not exist in Real Internet World ! PLEASE TALK REAL THINGS WHICH CAN BE ACCESSED out of server

  • @saitama9549
    @saitama9549 6 лет назад

    Can mobile device acccess this domain name?

    • @techsquad7990
      @techsquad7990 6 лет назад

      for that you should install ngrok application

  • @osmelhadfeg1671
    @osmelhadfeg1671 6 лет назад

    hello very good your video can help me I want to join two openfire servers, to communicate with each other, greetings

  • @orhanahmadov9381
    @orhanahmadov9381 6 лет назад

    Thanks

  • @MohamedsamiKhiari
    @MohamedsamiKhiari 6 лет назад

    RewriteEngine On RewriteBase / RewriteRule ^user/ ([^/.]+)/?$ index.php?user=$1 [NC,L] RewriteRule ^article/ ([0-9]+)([^/.]+)/?$ index.php?id=$1&article=$2 [NC,L] RewriteRule ^category/ ([^/.]+)/?$ index.php?category=$1 [NC,L,QSA] index.php.user=nancy002 ===> user/nancy002 index.php?category=programming ===> category/programming

  • @hnineaindray2970
    @hnineaindray2970 6 лет назад

    Thanks... that really help for my problem

  • @marlboroman2657
    @marlboroman2657 6 лет назад

    This work just on local PC doesnt work outside WWW , bcz you dont have setup DNS records.

  • @shabanimagawila2643
    @shabanimagawila2643 6 лет назад

    Nice bro, but how to access it by using another external device like smart phone? is it working

  • @archismantripathi
    @archismantripathi 6 лет назад

    Thanks

  • @kamranbhatti
    @kamranbhatti 6 лет назад

    What to do if I a localhost with port 8080?

  • @j-w-1551
    @j-w-1551 6 лет назад

    Thank's you very much. Really me to helpt. :)

  • @InteresThingvideos
    @InteresThingvideos 6 лет назад

    hi how can i do this using other computer within the same network?

  • @LucasCava
    @LucasCava 7 лет назад

    File hosts (C:\Windows\System32\drivers\etc\hosts) 127.0.0.1 demo.com File httpd.conf (C:\apache\conf\httpd.conf) or (C:\xampp\apache\conf\httpd.conf) Alias /demo "D:/local/htdocs/demo/" <Directory "D:/local/htdocs/demo/"> AllowOverride All Order allow,deny Allow from all </Directory> File httpd-vhosts.conf (C:\xampp\apache\conf\extra\httpd-vhosts.conf) or (C:\xampp\apache\conf\extra\httpd-vhosts.conf) NameVirtualHost *:80 <VirtualHost *:80> ServerName demo.com ServerAlias demo.com ServerAdmin admin@demo.com DocumentRoot "D:/local/htdocs/demo" </VirtualHost>

  • @CatXzerR
    @CatXzerR 7 лет назад

    omg thanks!

  • @ItWebGreece
    @ItWebGreece 7 лет назад

    good job...

  • @stewart6395
    @stewart6395 7 лет назад

    Dislike for crappy music and no code. Also users intend to obtain a well explained tutorial on RUclips, not a simple text

  • @Badhon7920
    @Badhon7920 7 лет назад

    This is not helping.

  • @svastoradbezbrizni2772
    @svastoradbezbrizni2772 7 лет назад

    Hi there! When I edit httpd.conf file apache won't start anymore, unless I undo all changes...What can I do to solve this issue? Just to add, I edit "host" file (system32/drivers/etc...) and I edit "httpd-vhost" file, but it still can not open my website like "something.com"...but it exists like "localhost:8080/something/public...could anyone help me to solve this problems? It's urgent. :)

    • @happycoding6741
      @happycoding6741 7 лет назад

      Try this, Open Skype. Tools -> Options -> Advanced -> Connection. Disable the "Use port 80 and 443 for alternatives for incoming connections"Sign Out and Close all Skype windows. Try restarting your Apache.

  • @rifkiadnan743
    @rifkiadnan743 7 лет назад

    excuse me, why my web cannot go to my directory. if i type my web, the web will go to xampp dashboard. can you help me?. thanks

    • @happycoding6741
      @happycoding6741 7 лет назад

      setting httpd dan httpd-vhosts sudah sama seperti video belum mas? harus diketik sesuai direktorinya

    • @rifkiadnan743
      @rifkiadnan743 7 лет назад

      Sudah gan, sekarang sudah bisa. Bisa gak gan misalnya kita buat ftp server trus yang tadinya ftp://ip jadi ftp://namadomain atau semacamnya?

    • @happycoding6741
      @happycoding6741 7 лет назад

      yang itu belum pernah tau gan

  • @LuisAzcuaga
    @LuisAzcuaga 7 лет назад

    Curious, I manage to do this, but If I modify the httpd.conf, Apache won't start. Anyway, thanks a lot! (If somebody knows why or knows why It would matter please tell me).

    • @svastoradbezbrizni2772
      @svastoradbezbrizni2772 7 лет назад

      Same here...did You solve Your problem? :)

    • @LuisAzcuaga
      @LuisAzcuaga 7 лет назад

      Svaštorad Bezbrižni yes,thanks for asking! I modified the Windows "hosts" file and the xampp "httpd-vhost", and left untouched the httpd.conf :)

    • @LuisAzcuaga
      @LuisAzcuaga 7 лет назад

      Svaštorad Bezbrižni Although I don't understands why It happens. I don't even have Skype on my computer haha

  • @parasque127
    @parasque127 7 лет назад

    Thank you! :D

  • @ianluigilastra1850
    @ianluigilastra1850 7 лет назад

    always have to add :8080 in my link and always goes to /XAMPP/

    • @happycoding6741
      @happycoding6741 7 лет назад

      Look for http.conf. Edit it, and change the port to "80"

  • @resukun1893
    @resukun1893 8 лет назад

    it shows a blank page..

    • @happycoding6741
      @happycoding6741 8 лет назад

      I have modify index file in htdocs folder, if you're not, you must be redirect to localhost/xampp

    • @resukun1893
      @resukun1893 8 лет назад

      i managed the problem. my port was 8081 so after demo.com u have to write :8081 , demo.com:8081 and it works... but this is only for me is there any way i can make other people see my website the way i do without sending the whole website + xampp ?!

    • @happycoding6741
      @happycoding6741 8 лет назад

      You need server (hosting provider) and domain name to make your website can be seen by others

  • @isyourjr2472
    @isyourjr2472 8 лет назад

    after i change domain name i cannot load picture.. my folder is like this "sample file" -> index.php -> homepage.php( this php which is at another folder in sample file) all picture is at sample file.. How to fix it

    • @happycoding6741
      @happycoding6741 8 лет назад

      sample -- index.php -- -- folderimages/ -- -- -- yourimages.jpg -- -- -- test.php html src="/folderimages/yourimages.jpg" index.php include("./folderimages/test.php");

  • @jordi1500
    @jordi1500 8 лет назад

    its not work for me, there is has an error Error: Apache shutdown unexpectedly. 13:58:27 [Apache] This may be due to a blocked port, missing dependencies, 13:58:27 [Apache] improper privileges, a crash, or a shutdown by another method. 13:58:27 [Apache] Press the Logs button to view error logs and check 13:58:27 [Apache] the Windows Event Viewer for more clues 13:58:28 [Apache] If you need more help, copy and post this 13:58:28 [Apache] entire log window on the forums

    • @happycoding6741
      @happycoding6741 8 лет назад

      I never get those error, but you bsm try this Open Skype. Tools -> Options -> Advanced -> Connection. Disable the "Use port 80 and 443 for alternatives for incoming connections"Sign Out and Close all Skype windows. Try restarting your Apache.

    • @jordi1500
      @jordi1500 8 лет назад

      thanks its working, but its not work when i visit the web with my domain in another computer in LAN with router

    • @happycoding6741
      @happycoding6741 8 лет назад

      because xampp is localhost, just work on computer that xampp installed, if you want online access you must buying domain and server host

    • @LuisAzcuaga
      @LuisAzcuaga 7 лет назад

      Jordi Did did you find out what was wrong? you must add your computer's IP to router's "virtual DNS" it doesnt has that name, but it does that function. let me know if you solved it :)

    • @beshg2298
      @beshg2298 6 лет назад

      I had the same Issue, spent all the day on it :( , from cmd in "C:\xampp\apache\bin", type httpd.exe -S , and check the error, you maybe need to type this directives yourself!

  • @sirpascal7491
    @sirpascal7491 8 лет назад

    where's the fuckin code in the description?

  • @jimmymabana8227
    @jimmymabana8227 8 лет назад

    i did this but why i am redirecting to xampp dashboard :(

  • @JAKTEC
    @JAKTEC 8 лет назад

    First like, comment and Subscriber! ;D