Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 11-17-2009, 10:31 AM   #1
HyperActive Warrior
War Room Member
 
Join Date: Jul 2009
Posts: 263
Thanks: 6
Thanked 8 Times in 8 Posts
Default Creating Dynamic Keyword Rich URL - is this legal ?

Hello, i make a cms that can write a .htaccess to redirect keyword rich URL.

one of the RewriteRule is:
RewriteRule ^product/(.*)(/(.*)\.html)?$ index.php?mod=product&catID=$1 [L]

this mean the last .html means nothing for my php file
so url like
http://www.domain.com/product/30/key...geted-url.html
http://www.domain.com/product/29/spe...word-here.html
http://www.domain.com/product/131/mo...word-here.html

will process in the same manner as:
www.domain.com?mod=product&catID=30;
www.domain.com?mod=product&catID=29;
www.domain.com?mod=product&catID=131;

well.. i'm not going to spam the search engine because the (keyword-targeted.html) will be different for each catID, but the filename actually meaningless for my php.

is this still legal ? your opinion ?
veeco is offline   Reply With Quote
Old 11-17-2009, 12:06 PM   #2
Senior Warrior Member
War Room Member
 
KirkMcD's Avatar
 
Join Date: Apr 2006
Location: , , USA.
Posts: 2,433
Thanks: 40
Thanked 155 Times in 148 Posts
Default Re: Creating Dynamic Keyword Rich URL - is this legal ?

Quote:
Originally Posted by veeco View Post
is this still legal ?
You won't get arrested for it.
Quote:
your opinion ?
It's standard practice.

KirkMcD is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
creating, dynamic, keyword, legal, rich, url

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 12:44 AM.