Creating search engine friendly URLs in PHP
|
01-12-2006, 11:01 AM,
Post: #1
|
|||
|
|||
Creating search engine friendly URLs in PHP
Tutorial on Creating search engine friendly URLs in PHP.
Quote:One of the major reasons for using a server-side language such as PHP is for the ability to generate dynamic content. Often this will lead to single scripts that produce their content based on the input parameters (that is, the variables in the URL). full article: http://www.phpriot.com/d/articles/php/ap...index.html Article includes section on Apache mod_rewrite and Using the Apache ForceType directive and Using a custom 404 handler. |
|||
01-17-2006, 01:09 AM,
Post: #2
|
|||
|
|||
Re: Creating search engine friendly URLs in PHP
Putting the rewrite rules in .htaccess files is simpler.
|
|||
01-17-2006, 03:10 AM,
Post: #3
|
|||
|
|||
Re: Creating search engine friendly URLs in PHP
[quote author=jezebel link=topic=2151.msg7806#msg7806 date=1137460174]
Putting the rewrite rules in .htaccess files is simpler. [/quote] Usually, although if someone is on a shared server and has a real dufus or boinktard for a web host (and there are many hosts like that) they might not be able to use .htaccess files for mod rewrite. The default install method for SuSe for instance is for Apache to be setup to ignore override directives in htaccess files (AllowOverride None) . The Apache conf files have to be changed to enable overrides.
"Well, Jay was so giddy that someone named Jay was involved with this site we posted our first non-eBay listing in 3 years here at Lunarbid (we tried two items at Yahoo once upon a time, they bombed)" -Marie posting in a LunarBid thread at OTWA in 2005 wins the award for 'most moronic reason ever given for choosing a venue"
"thanks twat u must have nothing better 2 do. do u talk to all your members like that. will not be recomending your site. best way to put it is TULIPTOOLS.COM IS REALLY SHIT. DONT JOIN." -pubescent owner of rinky dink off2auction.com in 2011 |
|||
« Next Oldest | Next Newest »
|
Users browsing this thread: 4 Guest(s)