<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Create SEO Friendly URL&#8217;s Using Mod Rewrite and PHP &#8211; Part 1</title> <atom:link href="http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/feed" rel="self" type="application/rss+xml" /><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html</link> <description>Know your technology head on</description> <lastBuildDate>Sat, 19 May 2012 16:24:34 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: vipin</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-1095714</link> <dc:creator>vipin</dc:creator> <pubDate>Tue, 15 May 2012 12:54:37 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-1095714</guid> <description>Hi,Please would you let me know that, which thing need to pass in anchor tag to url rewriting.Please help.Thanks,Vipin</description> <content:encoded><![CDATA[<p>Hi,</p><p>Please would you let me know that, which thing need to pass in anchor tag to url rewriting.</p><p>Please help.</p><p>Thanks,</p><p>Vipin</p> ]]></content:encoded> </item> <item><title>By: à¸—à¸±à¸§à¸£à¹Œà¸ˆà¸µà¸™à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¸¢à¸¸à¹‚à¸£à¸›à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¸®à¹ˆà¸­à¸‡à¸à¸‡à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¹€à¸à¸²à¸«à¸¥à¸µà¸£à¸²à¸„à¸</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-502040</link> <dc:creator>à¸—à¸±à¸§à¸£à¹Œà¸ˆà¸µà¸™à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¸¢à¸¸à¹‚à¸£à¸›à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¸à¸µà¹ˆà¸›à¸¸à¹ˆà¸™à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¸®à¹ˆà¸­à¸‡à¸à¸‡à¸£à¸²à¸„à¸²à¸–à¸¹à¸ à¸—à¸±à¸§à¸£à¹Œà¹€à¸à¸²à¸«à¸¥à¸µà¸£à¸²à¸„à¸</dc:creator> <pubDate>Tue, 20 Sep 2011 22:59:52 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-502040</guid> <description>thank you very much for good article.</description> <content:encoded><![CDATA[<p>thank you very much for good article.</p> ]]></content:encoded> </item> <item><title>By: Olukayode</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-479128</link> <dc:creator>Olukayode</dc:creator> <pubDate>Wed, 07 Sep 2011 17:39:02 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-479128</guid> <description>Hi, your post was very helpful, i have the following in my .htaccess fileRewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.phpi reall need help trying to make a url like http://domain/page?id=1 get a value from the database using the id=1 look like http://domain/page/the_title_of_requestthats for the anticipated response</description> <content:encoded><![CDATA[<p>Hi, your post was very helpful,<br /> i have the following in my .htaccess file</p><p>RewriteEngine on<br /> RewriteCond %{REQUEST_FILENAME} !-d<br /> RewriteCond %{REQUEST_FILENAME}\.php -f<br /> RewriteRule ^(.*)$ $1.php</p><p>i reall need help trying to make a url like <a href="http://domain/page?id=1" rel="nofollow">http://domain/page?id=1</a> get a value from the database using the id=1 look like<br /> <a href="http://domain/page/the_title_of_request" rel="nofollow">http://domain/page/the_title_of_request</a></p><p>thats for the anticipated response</p> ]]></content:encoded> </item> <item><title>By: Sreejan433</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-448995</link> <dc:creator>Sreejan433</dc:creator> <pubDate>Tue, 16 Aug 2011 05:20:57 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-448995</guid> <description>Great post can u please give some example also</description> <content:encoded><![CDATA[<p>Great post can u please give some example also</p> ]]></content:encoded> </item> <item><title>By: datin</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-1#comment-448926</link> <dc:creator>datin</dc:creator> <pubDate>Tue, 16 Aug 2011 04:09:13 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-448926</guid> <description>I just wish there would&#039;ve been a little more detail but it was good nonetheless.</description> <content:encoded><![CDATA[<p>I just wish there would&#8217;ve been a little more detail but it was good nonetheless.</p> ]]></content:encoded> </item> <item><title>By: Atara</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-443444</link> <dc:creator>Atara</dc:creator> <pubDate>Wed, 10 Aug 2011 07:15:59 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-443444</guid> <description>&lt; head &gt; &lt; base href=&quot;http://www.yourSite.com&quot; &gt;</description> <content:encoded><![CDATA[<p>&lt; head &gt;<br /> &lt; base href=&#8221;http://www.yourSite.com&#8221; &gt;</p> ]]></content:encoded> </item> <item><title>By: Atara</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-443442</link> <dc:creator>Atara</dc:creator> <pubDate>Wed, 10 Aug 2011 07:14:16 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-443442</guid> <description>You might need to add BASE tag in your php, because the URL was changed, so it cannot find the included files.e.g. add it after your HEAD tag:. . .</description> <content:encoded><![CDATA[<p>You might need to add BASE tag in your php, because the URL was changed, so it cannot find the included files.</p><p>e.g. add it after your HEAD tag:</p><p>. . .</p> ]]></content:encoded> </item> <item><title>By: Rohan</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-442393</link> <dc:creator>Rohan</dc:creator> <pubDate>Tue, 09 Aug 2011 13:01:16 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-442393</guid> <description>i can&#039;t able to make SEO friendly URL by rewriting the rule. means it&#039;s open the page and show content also but not open any include file means css, js files. this is in core php. can anyone help me out ? actually i am not understanding that need to change only in htaccess file or i have to change in php file also and if it&#039;s then what kind of change i will make in php file ?my code is here,php files.index.phptest.phpaurl.php &lt;a href=&quot;http://localhost/users/seo/index/view/test/&quot; rel=&quot;nofollow&quot;&gt;test&lt;/a&gt;test.css .test{ font-family:Verdana, Geneva, sans-serif; font-size:16px; }htaccess file Options +FollowSymLinks RewriteEngine on RewriteRule index/view/(.*)/ index.php?view=$1 RewriteRule index/view/(.*) index.php?view=$1</description> <content:encoded><![CDATA[<p>i can&#8217;t able to make SEO friendly URL by rewriting the rule. means it&#8217;s open the page and show content also but not open any include file means css, js files. this is in core php. can anyone help me out ?<br /> actually i am not understanding that need to change only in htaccess file or i have to change in php file also and if it&#8217;s then what kind of change i will make in php file ?</p><p>my code is here,</p><p>php files.</p><p>index.php</p><p>test.php</p><p>aurl.php<br /> <a href="http://localhost/users/seo/index/view/test/" rel="nofollow">test</a></p><p>test.css<br /> .test{<br /> font-family:Verdana, Geneva, sans-serif;<br /> font-size:16px;<br /> }</p><p>htaccess file<br /> Options +FollowSymLinks<br /> RewriteEngine on<br /> RewriteRule index/view/(.*)/ index.php?view=$1<br /> RewriteRule index/view/(.*) index.php?view=$1</p> ]]></content:encoded> </item> <item><title>By: Christine</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-431577</link> <dc:creator>Christine</dc:creator> <pubDate>Sat, 30 Jul 2011 01:35:58 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-431577</guid> <description>Hey! Great, I am going to try this now. I thought I would throw you a question. I usually figure it out before a response but you could make it a lot easier for me =) I am also a self educated person, so try to explain well =)Recently, I started a Volusion store and I HATE how all the articles have &quot;?&quot; in them! In wordpress, it is VERY easy to change the URL/make it what you want to begin with. With volusion, it&#039;s impossible. Here is an example of a URL:http://www.usmomssite.ca/Articles.asp?ID=281It is weird because the products and categories do have that.. just the articles. Any ways, is the code that you listed above good for the &quot;?&quot; ? Or is there a different one I need to add?</description> <content:encoded><![CDATA[<p>Hey! Great, I am going to try this now. I thought I would throw you a question. I usually figure it out before a response but you could make it a lot easier for me =) I am also a self educated person, so try to explain well =)</p><p>Recently, I started a Volusion store and I HATE how all the articles have &#8220;?&#8221; in them! In wordpress, it is VERY easy to change the URL/make it what you want to begin with. With volusion, it&#8217;s impossible. Here is an example of a URL:</p><p><a href="http://www.usmomssite.ca/Articles.asp?ID=281" rel="nofollow">http://www.usmomssite.ca/Articles.asp?ID=281</a></p><p>It is weird because the products and categories do have that.. just the articles. Any ways, is the code that you listed above good for the &#8220;?&#8221; ? Or is there a different one I need to add?</p> ]]></content:encoded> </item> <item><title>By: Breeze</title><link>http://techie-buzz.com/how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/comment-page-2#comment-397356</link> <dc:creator>Breeze</dc:creator> <pubDate>Tue, 28 Jun 2011 10:48:26 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/ask-techie/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html#comment-397356</guid> <description>Well written post would be immensely useful for people</description> <content:encoded><![CDATA[<p>Well written post would be immensely useful for people</p> ]]></content:encoded> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              11546
Template:           single
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 5/24 queries in 0.286 seconds using memcached
Object Caching 764/778 objects using memcached
Content Delivery Network via cdn4.techie-buzz.com

Served from: www.techie-buzz.com @ 2012-05-20 00:06:30 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          how-to/create-seo-friendly-urls-using-mod-rewrite-and-php-part-1.html/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.526s
Header info:
X-Pingback:         http://techie-buzz.com/xmlrpc.php
Link:               <http://wp.me/p4tVd-5P>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Sun, 20 May 2012 04:06:30 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Sun, 20 May 2012 04:16:30 GMT
Pragma:             public
Cache-Control:      max-age=600, public, must-revalidate, proxy-revalidate
Etag:               ee9aa24ca946de9c6f0866d2de5d7795
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
