Re: Clean URL fix if you are failing the test
Jamie Holly <[email protected]>
| Newsgroups | gmane.comp.php.drupal.support |
|---|---|
| Message-ID | <[email protected]> |
Simple test - put some random characters at the top of your .htaccess file and save it and try to access your site. If you get a server error, then Apache is reading .htaccess. If not, then Apache isn't even parsing .htaccess. Just don't forget to remove your jumbled characters after the test. Jamie Holly http://hollyit.net On 6/15/2014 1:34 PM, [email protected] wrote: > Must be a server config issue. I was unable to access that path. Must > be a problem with mod rewrite or my .htaccess file > > Thanks!! > > > On 2014-06-15 12:14, Chris McAndrew wrote: > > I had the same issue and someone recommended going directly to the > > page with the checkbox > > at http://www.yoursite.com/admin/config/search/clean-urls [7]. This > > bypasses the check page. Once you enable it from that link you should > > be all set. > > Chris > > > > CHRIS MCANDREW > > Interactive designer & developer > > E-MAIL: [email protected] > > WEB: http://csmcreative.com [8] > > > > On Fri, Jun 13, 2014 at 6:56 PM, <[email protected]> wrote: > > > >> Send support mailing list submissions to > >> [email protected] > >> > >> To subscribe or unsubscribe via the World Wide Web, visit > >> https://lists.drupal.org/mailman/listinfo/support [1] > >> or, via email, send a message with subject or body 'help' to > >> [email protected] > >> > >> You can reach the person managing the list at > >> [email protected] > >> > >> When replying, please edit your Subject line so it is more specific > >> than "Re: Contents of support digest..." > >> > >> Today's Topics: > >> > >> 1. Re: Druapal server fatal error: "MySQL server has gone > >> away", > >> but DB server is still up & accessible. Help > >> troubleshooting? > >> ([email protected]) > >> 2. Re: Druapal server fatal error: "MySQL server has gone > >> away", > >> but DB server is still up & accessible. Help > >> troubleshooting? (Maina) > >> 3. clean url's ([email protected]) > >> 4. Re: clean url's (Erik Alfkin) > >> 5. Re: clean url's (Don) > >> 6. Re: clean url's (Erik Alfkin) > >> 7. Re: clean url's ([email protected]) > >> > >> > > ---------------------------------------------------------------------- > >> > >> Message: 1 > >> Date: Fri, 13 Jun 2014 05:35:27 -0700 > >> From: [email protected] > >> Subject: Re: [support] Druapal server fatal error: "MySQL server > >> has > >> gone away", but DB server is still up & accessible. > >> Help > >> troubleshooting? > >> To: [email protected] > >> Message-ID: > >> > >> <[email protected]> > >> Content-Type: text/plain > >> > >> On Fri, Jun 13, 2014, at 01:28 AM, Liviu Nicolicioiu wrote: > >>> Check your mysql connect timeout. > >> > >> currently here > >> > >> connect_timeout = 120 > >> > >> ------------------------------ > >> > >> Message: 2 > >> Date: Fri, 13 Jun 2014 15:59:03 +0300 > >> From: Maina <[email protected]> > >> Subject: Re: [support] Druapal server fatal error: "MySQL server > >> has > >> gone away", but DB server is still up & accessible. > >> Help > >> troubleshooting? > >> To: [email protected] > >> Message-ID: > >> > >> <CAGXYcw8gRhDLZZnWd_rbic+RszkNcYYdrDgi=Dn46N6HKBn4bg@mail.gmail.com> > >> Content-Type: text/plain; charset=ISO-8859-1 > >> > >> Hey Grant, > >> > >> Since you adjusted the 'max_allowed_packet' make sure that you > >> restart > >> your Web Server. If you already did and still no effect, try > >> running > >> the "update.php" file of Drupal and see if that helps. > >> > >> Maina > >> > >> On 6/13/14, [email protected] > >> <[email protected]> wrote: > >>> > >>> > >>> On Fri, Jun 13, 2014, at 01:28 AM, Liviu Nicolicioiu wrote: > >>>> Check your mysql connect timeout. > >>> > >>> currently here > >>> > >>> connect_timeout = 120 > >>> -- > >>> [ Drupal support list | http://lists.drupal.org/ [2] ] > >>> > >> > >> -- > >> http://www.mosesmaina.com [3] > >> > >> ------------------------------ > >> > >> Message: 3 > >> Date: Fri, 13 Jun 2014 14:36:22 -0500 > >> From: [email protected] > >> Subject: [support] clean url's > >> To: [email protected] > >> Message-ID: <[email protected]> > >> Content-Type: text/plain; charset=UTF-8; format=flowed > >> > >> Hi, > >> > >> I've uploaded Drupal Commerce Kickstart and it is working as I > >> would > >> expect it to. The problem is clean URLs. > >> > >> This is on a new VPS and I have no other sites on this server that > >> use > >> mod rewrite. As a result I do not know if this is an Apache > >> config > >> issue or something to do with Drupal or Kickstart. I have > >> KickStart > >> setup on a local dev box and clean URL's was not an issue so I > >> assume > >> this might be an Apache config issue. > >> > >> I modified the Apache config changing AllowOverride to ALL. > >> > >> I've verified the .htaccess file that came with Kickstart is in the > >> root > >> directory and have verified the permissions are 644. > >> > >> When I go into the Admin panel to check for clean URL's it fails. > >> > >> Any suggestions on how I can troubleshoot this issue? > >> > >> Thanks a bunch in advance!! > >> > >> Keith > >> > >> ------------------------------ > >> > >> Message: 4 > >> Date: Fri, 13 Jun 2014 14:33:49 -0700 > >> From: Erik Alfkin <[email protected]> > >> Subject: Re: [support] clean url's > >> To: [email protected] > >> Message-ID: > >> > >> <CAJkaSmZtcBbBaxv5aT=Qo9kPQkUAw5EbdDEJXBHkjpQue-7y1Q@mail.gmail.com> > >> Content-Type: text/plain; charset="utf-8" > >> > >> Have you verified that mod_rewrite is enabled? > >> > >> On Fri, Jun 13, 2014 at 12:36 PM, <[email protected]> > >> wrote: > >> > >>> > >>> > >>> Hi, > >>> > >>> I've uploaded Drupal Commerce Kickstart and it is working as I > >> would > >>> expect it to. The problem is clean URLs. > >>> > >>> This is on a new VPS and I have no other sites on this server > >> that use > >>> mod rewrite. As a result I do not know if this is an Apache > >> config > >>> issue or something to do with Drupal or Kickstart. I have > >> KickStart > >>> setup on a local dev box and clean URL's was not an issue so I > >> assume > >>> this might be an Apache config issue. > >>> > >>> I modified the Apache config changing AllowOverride to ALL. > >>> > >>> I've verified the .htaccess file that came with Kickstart is in > >> the root > >>> directory and have verified the permissions are 644. > >>> > >>> When I go into the Admin panel to check for clean URL's it fails. > >>> > >>> Any suggestions on how I can troubleshoot this issue? > >>> > >>> Thanks a bunch in advance!! > >>> > >>> Keith > >>> -- > >>> [ Drupal support list | http://lists.drupal.org/ [2] ] > >>> > >> > >> -- > >> > >> Erik Alfkin > >> -------------- next part -------------- > >> An HTML attachment was scrubbed... > >> URL: > >> > > http://lists.drupal.org/pipermail/support/attachments/20140613/8664346e/attachment-0001.html > >> [4] > >> > >> ------------------------------ > >> > >> Message: 5 > >> Date: Fri, 13 Jun 2014 17:56:31 -0400 > >> From: Don <[email protected]> > >> Subject: Re: [support] clean url's > >> To: [email protected], [email protected] > >> Message-ID: <[email protected]> > >> Content-Type: text/plain; charset="iso-8859-1" > >> > >> On a VPS system I'll usually add > >> > >> *Options FollowSymLinks** > >> **AllowOverride All** > >> **Order allow,deny** > >> **allow from all* > >> > >> on <Directory> instead of each individual virtual host. > >> > >> The > >> -Don- > >> > >> On 6/13/2014 3:36 PM, [email protected] wrote: > >>> > >>> Hi, > >>> > >>> I've uploaded Drupal Commerce Kickstart and it is working as I > >> would > >>> expect it to. The problem is clean URLs. > >>> > >>> This is on a new VPS and I have no other sites on this server > >> that use > >>> mod rewrite. As a result I do not know if this is an Apache > >> config > >>> issue or something to do with Drupal or Kickstart. I have > >> KickStart > >>> setup on a local dev box and clean URL's was not an issue so I > >> assume > >>> this might be an Apache config issue. > >>> > >>> I modified the Apache config changing AllowOverride to ALL. > >>> > >>> I've verified the .htaccess file that came with Kickstart is in > >> the root > >>> directory and have verified the permissions are 644. > >>> > >>> When I go into the Admin panel to check for clean URL's it fails. > >>> > >>> Any suggestions on how I can troubleshoot this issue? > >>> > >>> Thanks a bunch in advance!! > >>> > >>> Keith > >> > >> -------------- next part -------------- > >> An HTML attachment was scrubbed... > >> URL: > >> > > http://lists.drupal.org/pipermail/support/attachments/20140613/a64e8f9f/attachment-0001.html > >> [5] > >> > >> ------------------------------ > >> > >> Message: 6 > >> Date: Fri, 13 Jun 2014 15:07:04 -0700 > >> From: Erik Alfkin <[email protected]> > >> Subject: Re: [support] clean url's > >> To: [email protected] > >> Message-ID: > >> > >> <CAJkaSmb438R9WJCtkE88u5g8a8TGFK4q9rCy84=jchCr3+c54g@mail.gmail.com> > >> Content-Type: text/plain; charset="utf-8" > >> > >> That allows the .htaccess file to work, but it won't load > >> mod_rewrite. Have > >> you run the "sudo a2enmod rewrite" command and reloaded Apache? > >> > >> On Fri, Jun 13, 2014 at 2:56 PM, Don <[email protected]> wrote: > >> > >>> On a VPS system I'll usually add > >>> > >>> > >>> *Options FollowSymLinks* > >>> *AllowOverride All* > >>> *Order allow,deny* > >>> *allow from all* > >>> > >>> on <Directory> instead of each individual virtual host. > >>> > >>> The > >>> -Don- > >>> > >>> > >>> On 6/13/2014 3:36 PM, [email protected] wrote: > >>> > >>> > >>> Hi, > >>> > >>> I've uploaded Drupal Commerce Kickstart and it is working as I > >> would > >>> expect it to. The problem is clean URLs. > >>> > >>> This is on a new VPS and I have no other sites on this server > >> that use > >>> mod rewrite. As a result I do not know if this is an Apache > >> config > >>> issue or something to do with Drupal or Kickstart. I have > >> KickStart > >>> setup on a local dev box and clean URL's was not an issue so I > >> assume > >>> this might be an Apache config issue. > >>> > >>> I modified the Apache config changing AllowOverride to ALL. > >>> > >>> I've verified the .htaccess file that came with Kickstart is in > >> the root > >>> directory and have verified the permissions are 644. > >>> > >>> When I go into the Admin panel to check for clean URL's it fails. > >>> > >>> Any suggestions on how I can troubleshoot this issue? > >>> > >>> Thanks a bunch in advance!! > >>> > >>> Keith > >>> > >>> > >>> > >>> -- > >>> [ Drupal support list | http://lists.drupal.org/ [2] ] > >>> > >> > >> -- > >> > >> Erik Alfkin > >> -------------- next part -------------- > >> An HTML attachment was scrubbed... > >> URL: > >> > > http://lists.drupal.org/pipermail/support/attachments/20140613/44d84ae6/attachment-0001.html > >> [6] > >> > >> ------------------------------ > >> > >> Message: 7 > >> Date: Fri, 13 Jun 2014 15:35:38 -0700 > >> From: [email protected] > >> Subject: Re: [support] clean url's > >> To: [email protected] > >> Message-ID: <[email protected]> > >> Content-Type: text/plain; charset=UTF-8; format=flowed > >> > >> if you talking about in_array('mod_rewrite', apache_get_modules()); > >> - no > >> I have not. I'll give it a shot. Thanks!! > >> > >> On 2014-06-13 14:33, Erik Alfkin wrote: > >>> Have you verified that mod_rewrite is enabled? > >>> > >>> On Fri, Jun 13, 2014 at 12:36 PM, <[email protected]> > >> wrote: > >>> > >>>> Hi, > >>>> > >>>> I've uploaded Drupal Commerce Kickstart and it is working as I > >>>> would > >>>> expect it to. The problem is clean URLs. > >>>> > >>>> This is on a new VPS and I have no other sites on this server > >> that > >>>> use > >>>> mod rewrite. ?As a result I do not know if this is an Apache > >>>> config > >>>> issue or something to do with Drupal or Kickstart. ?I have > >>>> KickStart > >>>> setup on a local dev box and clean URL's was not an issue so I > >>>> assume > >>>> this might be an Apache config issue. > >>>> > >>>> I modified the Apache config changing AllowOverride to ALL. > >>>> > >>>> I've verified the .htaccess file that came with Kickstart is in > >> the > >>>> root > >>>> directory and have verified the permissions are 644. > >>>> > >>>> When I go into the Admin panel to check for clean URL's it > >> fails. > >>>> > >>>> Any suggestions on how I can troubleshoot this issue? > >>>> > >>>> Thanks a bunch in advance!! > >>>> > >>>> Keith > >>>> -- > >>>> [ Drupal support list | http://lists.drupal.org/ [2] [1] ] > >>> > >>> -- > >>> > >>> Erik Alfkin > >>> > >>> > >>> > >>> Links: > >>> ------ > >>> [1] http://lists.drupal.org/ [2] > >> > >> ------------------------------ > >> > >> -- > >> [ Drupal support list | http://lists.drupal.org/ [2] ] > >> > >> End of support Digest, Vol 138, Issue 11 > >> **************************************** > > > > > > > > Links: > > ------ > > [1] https://lists.drupal.org/mailman/listinfo/support > > [2] http://lists.drupal.org/ > > [3] http://www.mosesmaina.com > > [4] > > http://lists.drupal.org/pipermail/support/attachments/20140613/8664346e/attachment-0001.html > > [5] > > http://lists.drupal.org/pipermail/support/attachments/20140613/a64e8f9f/attachment-0001.html > > [6] > > http://lists.drupal.org/pipermail/support/attachments/20140613/44d84ae6/attachment-0001.html > > [7] http://www.yoursite.com/admin/config/search/clean-urls > > [8] http://csmcreative.com -- [ Drupal support list | http://lists.drupal.org/ ]