After hacking my settings.php file to force clean urls to stay enabled, I found I was unable to enable any blocks, and was unable to log in to the site with <a href="http://www.domain.com/user">www.domain.com/user</a> - I had to still use <a href="http://www.domain.com/?q=user">www.domain.com/?q=user</a>.&nbsp; After removing  $conf[&#39;clean_url&#39;] = 1;&nbsp; from settings.php, I can now enable blocks on the site, but clean urls still does not work. <br>
<br>Any suggestions on what changes need to take place for clean urls to stay enabled?&nbsp; As previously determined, this is not a clean url problem, but a problem with saving my settings.<br><br>Thanks,<br><br>Troy<br><br><div class="gmail_quote">
On Mon, May 19, 2008 at 10:03 PM, Cog Rusty &lt;<a href="mailto:cog.rusty@gmail.com">cog.rusty@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Tue, May 20, 2008 at 5:08 AM, Troy &lt;<a href="mailto:troythetechguy@gmail.com">troythetechguy@gmail.com</a>&gt; wrote:<br>
&gt; Thank you. &nbsp;I tried typing the clean urls in my browser, and they worked. &nbsp;I<br>
&gt; then added $conf[&#39;clean_url&#39;] = 1; to the end of my settings.php file, and<br>
&gt; now clean urls are enabled!<br>
&gt;<br>
&gt; I disabled the log-in block, so I log-in using the appended url ?q=user.<br>
&gt; Now that clean urls are enabled, I tried logging in by using<br>
&gt; <a href="http://www.sitename.com/user" target="_blank">www.sitename.com/user</a>. &nbsp;I receive the log-in prompt, but the log-in does not<br>
&gt; work, the page only refreshes. &nbsp;Is this normal?<br>
<br>
<br>
</div>Of course it isn&#39;t normal. As I suspected, &quot;If they do work, then the<br>
problem is not clean URLs but saving your setting.&quot; The problem is<br>
probably that your session is lost for some reason and for a moment<br>
Drupal does not recognize you.<br>
<br>
This can be hard to track. Did you say what your Drupal version was?<br>
<br>
One thing which often helps in recent versions is to go to<br>
settings.php and set $cookie_domain = &#39;<a href="http://example.com" target="_blank">example.com</a>&#39;;<br>
(important:*without* www) and remove the front #. Also check if there<br>
is a wrong $base_url left over (if any).<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
&gt; Thanks again,<br>
&gt;<br>
&gt; Troy<br>
&gt;<br>
&gt; On Mon, May 19, 2008 at 11:24 AM, Cog Rusty &lt;<a href="mailto:cog.rusty@gmail.com">cog.rusty@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Mon, May 19, 2008 at 6:59 PM, Troy &lt;<a href="mailto:troythetechguy@gmail.com">troythetechguy@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I&#39;m having an issue getting clean urls to work. &nbsp;I&#39;m set-up on a shared<br>
&gt;&gt; &gt; hosting plan, and my host verified mod_rewrite is already enabled on the<br>
&gt;&gt; &gt; server side. &nbsp;I tried different settings in .htaccess, but nothing seems<br>
&gt;&gt; &gt; to<br>
&gt;&gt; &gt; work. &nbsp;Here&#39;s the interesting part: When I run the &quot;clean URL test&quot; it<br>
&gt;&gt; &gt; passes and the radio buttons to enable clean urls become functional.<br>
&gt;&gt; &gt; However, after selecting enable, then clicking save configuration, the<br>
&gt;&gt; &gt; selection defaults back to disabled.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; The only thing which the clean URLs setting does is to make Drupal<br>
&gt;&gt; actually use them in the menu links, if they are *already* enabled by<br>
&gt;&gt; .htaccess. So, try to type some clean URLs yourself in your browser to<br>
&gt;&gt; see if they work. If they do work, then the problem is not clean URLs<br>
&gt;&gt; but saving your setting.<br>
&gt;&gt;<br>
&gt;&gt; If they work, try also to force-enable them in your settings.php file<br>
&gt;&gt; by adding a $conf[&#39;clean_url&#39;] = 1; at the end.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; My drupal install is located in a directory called httpdocs, which I was<br>
&gt;&gt; &gt; told is equivalent to /var/www. &nbsp;I did not put the drupal install in a<br>
&gt;&gt; &gt; folder of its own, rather I just installed all the files in the httpdocs<br>
&gt;&gt; &gt; directory.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Any ideas or suggestions?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Troy<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt; &gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>