<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024912" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024912</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-create-client-area-my-business-site-please-help-thanks#comment-1152074</link>
    <description> &lt;p&gt;Well andy206uk&#039;s method would be a perfect solution for you.&lt;/p&gt;
&lt;p&gt;You could also look into using Sessions, so you don&#039;t need the .htaccess/.htpasswd/.htgroups stuff. You could use a flat file or a database(recommended).&lt;/p&gt;
&lt;p&gt;Im not sure how much your looking to get into,as you wanted to know of a script.&lt;/p&gt;
&lt;p&gt;Perhaps check for for scripts at &lt;a href=&quot;http://www.resourceindex.com&quot; class=&quot;bb-url&quot;&gt;resourceindex.com&lt;/a&gt;. Check in PHP is you site supports it, or their CGI library if not.&lt;/p&gt;
&lt;p&gt;Search for like Task Management or something along those lines. That should get your scripts or Project management and organization.&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 May 2004 15:12:47 +0000</pubDate>
 <dc:creator>ShaneS</dc:creator>
 <guid isPermaLink="false">comment 1152074 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-create-client-area-my-business-site-please-help-thanks#comment-1152061</link>
    <description> &lt;p&gt;Fairly simple with a bit of PHP.&lt;/p&gt;
&lt;p&gt;Use htaccess/htpasswd for the login system, and have index.php as the default page.&lt;/p&gt;
&lt;p&gt;In PHP you can read the username var from the login, then simply test for that and redirect to the appropriate page/sub directory for example:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;if($_SERVER[PHP_AUTH_USER] == &amp;quot;bob&amp;quot;) {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include(&amp;quot;bob/bobs_index.php&amp;quot;);&lt;br /&gt;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I&#039;m sure that&#039;s not a perfect code example, but it should do the job (i think).&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 May 2004 11:27:13 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1152061 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
