I did try the suggestions for the cookie domain, and obtained the same results.<br><br>I&#39;m running Drupal 5.7.&nbsp; I tried accessing the site using <a href="http://www.site.com/user">http://www.site.com/user</a> and <a href="http://site.com/user">http://site.com/user</a>, and both failed to allow me to log in - the result is the page simply refreshes with the user name and password fields blank.<br>
<br>Both $base_url and&nbsp; cookie_domain settings are commented out.&nbsp; I tried&nbsp; commenting out &quot;RewriteBase /&quot; in .htaccess, but this did not work either.&nbsp; My host says the issue is on my end.&nbsp; Any other ideas or suggestions?<br>
<br>Thanks,<br><br>Troy<br><br><div class="gmail_quote">On Sat, May 24, 2008 at 2:12 AM, 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;">
I assume you tried the suggestions for the cookie domain and it failed.<br>
<br>
- Your exact Drupal version?<br>
- When using clean URLs, do you lose your session when using both<br>
<a href="http://www.domain.com" target="_blank">www.domain.com</a> and simply <a href="http://domain.com" target="_blank">domain.com</a>?<br>
- Does your settings.php file contain a $base_url setting and/or a<br>
cookie_domain settings, or are they commented out with a #.<br>
- Also try to enable the &quot;RewriteBase /&quot; line in .htaccess, removing the #.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On Fri, May 23, 2008 at 8:02 PM, Troy &lt;<a href="mailto:troythetechguy@gmail.com">troythetechguy@gmail.com</a>&gt; wrote:<br>
&gt; After hacking my settings.php file to force clean urls to stay enabled, I<br>
&gt; found I was unable to enable any blocks, and was unable to log in to the<br>
&gt; site with <a href="http://www.domain.com/user" target="_blank">www.domain.com/user</a> - I had to still use <a href="http://www.domain.com/?q=user" target="_blank">www.domain.com/?q=user</a>.<br>
&gt; After removing $conf[&#39;clean_url&#39;] = 1; &nbsp;from settings.php, I can now enable<br>
&gt; blocks on the site, but clean urls still does not work.<br>
&gt;<br>
&gt; Any suggestions on what changes need to take place for clean urls to stay<br>
&gt; enabled? &nbsp;As previously determined, this is not a clean url problem, but a<br>
&gt; problem with saving my settings.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Troy<br>
&gt;<br>
&gt; 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>
&gt;&gt;<br>
&gt;&gt; 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;&gt; &gt; Thank you. &nbsp;I tried typing the clean urls in my browser, and they<br>
&gt;&gt; &gt; worked. &nbsp;I<br>
&gt;&gt; &gt; then added $conf[&#39;clean_url&#39;] = 1; to the end of my settings.php file,<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; now clean urls are enabled!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I disabled the log-in block, so I log-in using the appended url ?q=user.<br>
&gt;&gt; &gt; Now that clean urls are enabled, I tried logging in by using<br>
&gt;&gt; &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<br>
&gt;&gt; &gt; not<br>
&gt;&gt; &gt; work, the page only refreshes. &nbsp;Is this normal?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Of course it isn&#39;t normal. As I suspected, &quot;If they do work, then the<br>
&gt;&gt; problem is not clean URLs but saving your setting.&quot; The problem is<br>
&gt;&gt; probably that your session is lost for some reason and for a moment<br>
&gt;&gt; Drupal does not recognize you.<br>
&gt;&gt;<br>
&gt;&gt; This can be hard to track. Did you say what your Drupal version was?<br>
&gt;&gt;<br>
&gt;&gt; One thing which often helps in recent versions is to go to<br>
&gt;&gt; settings.php and set $cookie_domain = &#39;<a href="http://example.com" target="_blank">example.com</a>&#39;;<br>
&gt;&gt; (important:*without* www) and remove the front #. Also check if there<br>
&gt;&gt; is a wrong $base_url left over (if any).<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; Thanks again,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Troy<br>
&gt;&gt; &gt;<br>
&gt;&gt; &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; &gt;&gt;<br>
&gt;&gt; &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;&gt; &gt; I&#39;m having an issue getting clean urls to work. &nbsp;I&#39;m set-up on a<br>
&gt;&gt; &gt;&gt; &gt; shared<br>
&gt;&gt; &gt;&gt; &gt; hosting plan, and my host verified mod_rewrite is already enabled on<br>
&gt;&gt; &gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt; &gt; server side. &nbsp;I tried different settings in .htaccess, but nothing<br>
&gt;&gt; &gt;&gt; &gt; seems<br>
&gt;&gt; &gt;&gt; &gt; to<br>
&gt;&gt; &gt;&gt; &gt; work. &nbsp;Here&#39;s the interesting part: When I run the &quot;clean URL test&quot;<br>
&gt;&gt; &gt;&gt; &gt; it<br>
&gt;&gt; &gt;&gt; &gt; passes and the radio buttons to enable clean urls become functional.<br>
&gt;&gt; &gt;&gt; &gt; However, after selecting enable, then clicking save configuration,<br>
&gt;&gt; &gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt; &gt; selection defaults back to disabled.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The only thing which the clean URLs setting does is to make Drupal<br>
&gt;&gt; &gt;&gt; actually use them in the menu links, if they are *already* enabled by<br>
&gt;&gt; &gt;&gt; .htaccess. So, try to type some clean URLs yourself in your browser to<br>
&gt;&gt; &gt;&gt; see if they work. If they do work, then the problem is not clean URLs<br>
&gt;&gt; &gt;&gt; but saving your setting.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If they work, try also to force-enable them in your settings.php file<br>
&gt;&gt; &gt;&gt; by adding a $conf[&#39;clean_url&#39;] = 1; at the end.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; My drupal install is located in a directory called httpdocs, which I<br>
&gt;&gt; &gt;&gt; &gt; was<br>
&gt;&gt; &gt;&gt; &gt; told is equivalent to /var/www. &nbsp;I did not put the drupal install in<br>
&gt;&gt; &gt;&gt; &gt; a<br>
&gt;&gt; &gt;&gt; &gt; folder of its own, rather I just installed all the files in the<br>
&gt;&gt; &gt;&gt; &gt; httpdocs<br>
&gt;&gt; &gt;&gt; &gt; directory.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Any ideas or suggestions?<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Troy<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&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; &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>