<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032727" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032727</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191812</link>
    <description> &lt;p&gt;as timjpriebe has described, mod_rewrite (an Apache module) is what can do that for you.  Mod rewrite can catch all requests meeting a certain regular expression.  So you can have mod_rewrite catch all URLs trying to access your site that have all letters or numbers, followed by a &#039;.html&#039;, or a &#039;/&#039; or a &#039;.user&#039;.  You do need an apache web server (to use mod_rewrite, apparently there are other versions of this for other servers).&lt;/p&gt;
&lt;p&gt;But I would recommend that you have the user URLs be:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yoursite.com/users/SuperCoolDude423&quot; class=&quot;bb-url&quot;&gt;http://www.yoursite.com/users/SuperCoolDude423&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;instead of &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yoursite.com/SuperCoolDude423&quot; class=&quot;bb-url&quot;&gt;http://www.yoursite.com/SuperCoolDude423&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The reason for this is that you will have quite a hard time trying to only filter out requests for user&#039;s pages.  There isn&#039;t any easy way to neglect your real URLs (&lt;a href=&quot;http://www.yoursite.com/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.yoursite.com/index.html&lt;/a&gt;) from being cought by mod_rewrite.&lt;/p&gt;
&lt;p&gt;to use mod_rewrite, as stated, you need an apache box, most likely linux or unix OS.  You also need to have it compiled with your server.  Most hosting companies will recompile with it if you ask them.  Once you have that set, you simply have to create a file in your root directory with the name &#039;.htaccess&#039;.  In that file, you write your rewrite rules.  Here is apache&#039;s guide on mod_rewrite:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html&quot; class=&quot;bb-url&quot;&gt;http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
&lt;p&gt;Matt Pegler&lt;br /&gt;
MyFreeCounter Owner/Operator&lt;br /&gt;
&lt;a href=&quot;http://www.MyFreeCounter.net&quot; class=&quot;bb-url&quot;&gt;http://www.MyFreeCounter.net&lt;/a&gt; - free hit, realtime, and click counters, as well as statistics&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jan 2006 21:17:25 +0000</pubDate>
 <dc:creator>MyFreeCounter</dc:creator>
 <guid isPermaLink="false">comment 1191812 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191531</link>
    <description> &lt;p&gt;CN, to clear things up here, please let us know:&lt;/p&gt;
&lt;p&gt; 1. Do you already have these pages set up or are you just getting ready to do them.&lt;br /&gt;
 2. If they already exist, can you give a sample URL to a page that you CAN access that you want to be changed to the format &lt;a href=&quot;http://www.domain.com/username&quot; class=&quot;bb-url&quot;&gt;www.domain.com/username&lt;/a&gt;&lt;br /&gt;
 3. If you are just getting ready, what type of pages will there be? (ie does each person have their own pages (static or otherwise) or are teh individual pages going to be part of some system to manage the content?&lt;/p&gt;
&lt;p&gt; -Greg&lt;/p&gt;
&lt;p&gt;PS, after googling your username, I see you were asking on a lot of other sites back in march about creating an online community, so I&#039;m guessing here that you would not be having each person having their own pages.&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 18:10:35 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1191531 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191513</link>
    <description> &lt;p&gt;Rob: Yes, the link I posted before. Also, I&#039;ve installed Drupal and other CMS&#039;s (but mostly Drupal) and they have that feature. They call it &quot;clean URLs,&quot; I believe.&lt;/p&gt;
&lt;p&gt;Here&#039;s the link again: &lt;a href=&quot;http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html&quot; class=&quot;bb-url&quot;&gt;http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 15:41:21 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1191513 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191505</link>
    <description> &lt;p&gt;if you have no absolute paths, or session ids in your URL then you would need to modify your htaccess file... If you only mean to have that appearance in your URL then, a folder with an index file would do that simply...&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 14:57:47 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1191505 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191501</link>
    <description> &lt;p&gt;Tim,  Do you have any documentation on ataccess does that?  I could use tht on my site.&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 14:42:23 +0000</pubDate>
 <dc:creator>robbluther</dc:creator>
 <guid isPermaLink="false">comment 1191501 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191500</link>
    <description> &lt;p&gt;The htaccess rewrite would not necessarily require a seperate folder and index file. It definitely would not require one for each username. That&#039;s the whole point.&lt;/p&gt;
&lt;p&gt;I didn&#039;t understand this very well until a couple of days ago. But what an htaccess rewrite can do is take this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.website.com/myusername&quot; class=&quot;bb-url&quot;&gt;http://www.website.com/myusername&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and change it behind the scenes to this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.website.com/index.php?userid=myusername&quot; class=&quot;bb-url&quot;&gt;http://www.website.com/index.php?userid=myusername&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So you don&#039;t see the url with parameters passed, but your index.php does see the url parameter userid=myusername. You just have the one index.php file, but to those who visit your website, it looks like you have lots of subdirectories.&lt;/p&gt;
&lt;p&gt;Let&#039;s say you also had a file called &quot;aboutus.php&quot; that you also wanted to be unique for each user. Same thing, fortunately! The .htaccess file can rewrite:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.website.com/myusername/aboutus&quot; class=&quot;bb-url&quot;&gt;http://www.website.com/myusername/aboutus&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;into&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.website.com/aboutus.php?userid=myusername&quot; class=&quot;bb-url&quot;&gt;http://www.website.com/aboutus.php?userid=myusername&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 14:40:36 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1191500 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191494</link>
    <description> &lt;p&gt;That would require a seperate folder and index file I believe...  So you would have to create one for each username.&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 14:30:45 +0000</pubDate>
 <dc:creator>robbluther</dc:creator>
 <guid isPermaLink="false">comment 1191494 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191490</link>
    <description> &lt;p&gt;So is it something where right now the URL looks like:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.website.com/index.php?userid=myusername&quot; class=&quot;bb-url&quot;&gt;http://www.website.com/index.php?userid=myusername&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If so, an .htaccess rewrite of the URL should be what you&#039;re looking for. I have not done that myself yet, but have started researching articles in preparation for a project I&#039;m going to be working on. Here&#039;s one of the sites I&#039;ve bookmarked:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html&quot; class=&quot;bb-url&quot;&gt;http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 14:27:47 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1191490 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191473</link>
    <description> &lt;p&gt;I would like to give the &#039;appearance&#039; that &#039;http://www.website.com/username&#039; is their personal webpage.&lt;/p&gt;
&lt;p&gt;Then they can tell their friends: &quot;Hey you can look at my website by going to, http://www.website.com/myusername&quot; and then the reader can go to their profile directly by enterining the direct URL.&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 12:18:49 +0000</pubDate>
 <dc:creator>cnlifeasitis</dc:creator>
 <guid isPermaLink="false">comment 1191473 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/custom-url#comment-1191462</link>
    <description> &lt;p&gt;Do you want to give them their own webpage/server space or just use the URL as a personal page, example domain.not/username/ is really domain.not/page.fmt?user=person (which can be done with mod_rewrite in .htaccess)&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 09:01:20 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1191462 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
