• Resolved quu

    (@quu)


    Hey there,

    Uploadinga new site, i am encountering 404 errors after url rewrites.

    My .htaccess is writable to wp, and i am trying all options for permalinks. The only one the works is the ‘ugly’ one.
    If i use a different setting, i get a 404 from the server [not the wordpress 404]

    Using, for example, the %postname% tag, and trying to access url.com/?p=1 , my URI is rewritten to url.com/hello-world , and i am served a 404.

    my apache2.conf allows overides on all directories.

    what is going on ??

Viewing 1 replies (of 1 total)
  • Thread Starter quu

    (@quu)

    So.

    Many answers later.

    what worked for /me/ was enabling rewrite on the apache2 server.
    why was it off? donnu.

    sudo a2enmod rewrite
    sudo service apache2 restart

    NTM you need AllowOverride None wherever applicable.

    tnaks!

Viewing 1 replies (of 1 total)
  • The topic ‘Rewrites working but server returns 404’ is closed to new replies.