: Refer to @Pål Brattberg's answer for detailed description @phpheini You don't need to bind the .htaccess file to the database, suppose if you want the URL for your article like http://example.com/sports/45/world-cup-2011.h
refer to @P ål Brattberg's answer for detailed description
@phpheini You don't need to bind the .htaccess file to the database, suppose if you want the URL for your article like
example.com/sports/45/world-cup-2011.html
RewriteEngine On
RewriteBase /
RewriteRule ^([a-z]+)/([0-9]+)/(.*?).html$ /index.php?type=&article_id=
Here and get the article type and article_id which can change. index.php can output content based on the parameters.
More posts by @Mendez628
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.