Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It sounds like you are saying your mod_rewrite isn't working at all. Here's a few things to try:</p> <p>You said it was enabled, but the provided info:</p> <pre><code>root@s15348441:/etc/apache2/mods-available# more rewrite.load LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so </code></pre> <p>Just shows it under the "mods-available" folder, which means it is installed, but not necessarily turned on. If it is enabled, it should be symlinked under the "mods-enabled" folder (you'll need to <a href="http://www.digipedia.pl/man/a2enmod.8.html" rel="nofollow noreferrer">a2enmod</a> it if it isn't there)</p> <p>If it is enabled, and has been restarted, the next step would be to enable the <a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritelog" rel="nofollow noreferrer">logging feature</a> of mod rewrite; this is an excellent tool for debugging.</p> <p><strong>Edited to add:</strong> You could move the mod rewrite to the base config. If you have access to it, it's recommended to put your config in the base section anyway (see <a href="http://wiki.apache.org/httpd/Htaccess" rel="nofollow noreferrer">here</a>). It's also easier to determine if it has anything to do with mod_rewrite (like your allowoverrides are getting confused) or it's purely an htaccess problem. </p> <p><strong>Keeping on</strong>: (@Vinko Vrsalovic is right about this being a hard debugging medium) If you moved it to your base config and it still didn't work, then we're onto something, you've eliminated .htaccess portion. You should post the new config, along with the rewrite logs. If you didn't get a rewrite log, then 1) your config hasn't been loaded (need to restart apache) or 2) you aren't hitting the config section you think you are</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload