<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035379" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035379</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-modrewrite-question#comment-1204685</link>
    <description> &lt;p&gt;Thanks very much!&lt;/p&gt;
&lt;p&gt;That worked exactly like I wanted it to.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jul 2006 23:33:44 +0000</pubDate>
 <dc:creator>triapply</dc:creator>
 <guid isPermaLink="false">comment 1204685 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/htaccess-modrewrite-question#comment-1204674</link>
    <description> &lt;p&gt;place  [L] after each one&lt;/p&gt;
&lt;p&gt;RewriteEngine on&lt;br /&gt;
RewriteRule ^login$ /login.php [L]&lt;br /&gt;
RewriteRule ^logout$ /logout.php [L]&lt;br /&gt;
RewriteRule ^[A-Za-z0-9_]*$ /index.php?user=$1 [L]&lt;/p&gt;
&lt;p&gt;you said login was in effect, if they dont work remove the slash, like:&lt;br /&gt;
RewriteRule ^login$ login.php [L]&lt;br /&gt;
You might find the rewrite not always working as login is different to login/&lt;br /&gt;
The dollar signs means ends with, so you could double up the rule (one with and one without slash) or remove the dollar sign so it just starts with login, but then login is the same as logintomypage&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jul 2006 20:40:23 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1204674 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
