<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016936" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016936</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/converting-dynamic-urls-static-using-modrewrite#comment-1098963</link>
    <description> &lt;p&gt;Welcome to TWF, paulj.&lt;/p&gt;
&lt;p&gt;Thanks for the info!&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 17:49:14 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1098963 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/converting-dynamic-urls-static-using-modrewrite#comment-1098913</link>
    <description> &lt;p&gt;You&#039;re over complicating things here. To achieve what you want, all you need is the following:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;RewriteEngine on &lt;br /&gt;RewriteRule ^/rewrite_test/details/(.*)\.php$ /index.php?SEL=$1 [L]&lt;/code&gt;&lt;/div&gt;&#039;Now when you type in mydomain.com/rewrite_test/details/test1.php, Apache will display mydomain.com/rewrite_test/details/index.php?SEL=test1&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 07:01:08 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1098913 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/converting-dynamic-urls-static-using-modrewrite#comment-1098863</link>
    <description> &lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry, I don&#039;t quite grasp your message. You have the following URL:&lt;/p&gt;
&lt;p&gt;mydomain.com/rewrite_test/details/index.php?SEL=test1 &lt;/p&gt;
&lt;p&gt;And you want the URL in the browser window to show:&lt;/p&gt;
&lt;p&gt;mydomain.com/rewrite_test/details/test1.php &lt;/p&gt;
&lt;p&gt;A very simple way to achieve this would be to use one frame at the second URL and load the content of the first URL into it, thus keeping the browser window location to the second (more frindly URL).&lt;/p&gt;
&lt;p&gt;If I have misunderstood your question and that you are trying to take advanatge of the mod_rewrite module, then maybe the following guide will help you. I doubt that you need such a complex regex.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.engelschall.com/pw/apache/rewriteguide/&quot; class=&quot;bb-url&quot;&gt;http://www.engelschall.com/pw/apache/rewriteguide/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Jan 2002 17:13:32 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1098863 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
