Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress Permalinks

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147467
    djrolstad
    Participant

    So I tried to change the permalinks to my WordPress site.
    http://www.roxburydaycare.com
    My .htaccess file reads:

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    and its set up at 777.

    My subpages are broken a bit, what can I do to fix this?
    Thanks in advance.

    #147468
    djrolstad
    Participant
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.