Create custom framework/seo friendly url in PHP like Laravel | Robot Balok

Опубликовано: 16 Октябрь 2024
на канале: Robot Balok
417
29

#php #robotbalok #customframework #seo
PHP is a general-purpose scripting language that is especially suited to web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group.
A framework, or software framework, is a platform for developing software applications. It provides a foundation on which software developers can build programs for a specific platform. ... This streamlines the development process since programmers don't need to reinvent the wheel each time they develop a new application.
SEO friendly URLs are URLs that are designed to meet the needs of users and searchers. Specifically, URLs optimized for SEO tend to be short and keyword-rich.
For localhost no need to use .htaccess file. But for live server/cpanel you need to edit your .htaccess file.
.htaccess file contents:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

Tutorial by: Mohammad Ali Khan
web: www.makgr.com

Courtesy: Jakir Hossain
facebook:   / j.hossain36  

For further queries then contact with me.

Contact:
Email: [email protected]

Follow me on social site:
facebook:   / robotbalok  
  / robotbalok  

twitter:   / xvirusbd  
linkedin:   / xvirus  
instagram:   / xvirus.bd  
web: http://www.makgr.com