Why & how to get clean SEO friendly URLs in PHP using htaccess file | Quick programming tutorial

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • Lets explore the art of getting clean URL links in php. We'll explore how to get an htaccess file to change the behavior of our apache server.
    Source code: freephptutoria...
    Learn PHP with the tutorials listed.
    PHP Beginner Tutorial:
    • Complete PHP beginner ...
    HTML Beginner Course:
    • 01 What is HTML | HTML...
    make a social website from scratch:
    • Social Website from sc...
    all crash courses:
    • JSON Crash Course in P...
    code a live chat app in PHP and JavaScript:
    • Live chat app from scr...
    make an eCommerce website from template:
    • #00 PHP Ecommerce webs...
    convert an HTML template to PHP website:
    • HTML Template to PHP W...
    simple signup and login system & security:
    • Simple signup and logi...
    crop images with PHP:
    • PHP - Web Design - How...
    PHP Object Oriented Programming basics:
    • #00 PHP Object Oriente...
    Chart or graph using SVG:
    • HTML Chart using SVG, ...
    Responsive web design:
    • Responsive Web Design ...
    clean pretty URLs:
    • PHP - How to get prett...
    support me on patreon:
    / quickcode
    my facebook:
    quickcode

Комментарии • 13

  • @basilistigris640
    @basilistigris640 Год назад +3

    very well explained video for SEO friendly URLs in PHP using htaccess file, thank you!

  • @cristo_sal
    @cristo_sal Год назад +4

    0 == null is true thats why you need triple equality 0 === null is false

  • @joelpww
    @joelpww Год назад +3

    Very useful information. Thank you

  • @lorenzomarquesini7136
    @lorenzomarquesini7136 7 месяцев назад

    What if i have a folder?
    For instance i fant that /cleanurl/dashboard instead of loading "dashboard.php" loads "admin/dashboard.php"

  • @zedscoop5952
    @zedscoop5952 Год назад +2

    Apa you have to do SEO search engine optimisation on my websites

    • @QuickProgramming
      @QuickProgramming  Год назад +2

      LOL i just have to. But wordpress sites usually have inbuilt good SEO so am sure its already good on your site

  • @Starmanfansunofficial
    @Starmanfansunofficial 2 месяца назад

    ❤❤

  • @mikeyjohn0786
    @mikeyjohn0786 7 месяцев назад

    hello can you help me

  • @kingsleyokonkwo5209
    @kingsleyokonkwo5209 Год назад

    Mentor Please can you create a an investment website that accepts cryptocurrency and currency of different countries where the client can actually invest using their cryptocurrency and the admin can pay them their revenue when its dur

    • @QuickProgramming
      @QuickProgramming  Год назад +1

      unfortunately am not familiar with crypto. But all payments need a payment gateway, which is simply an API, and if you can connect to one API then you already have the skills to connect to any other, you just need to read the documentation for the one you want to use