Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jordan_tvd

    (@jordan_tvd)

    Hi-

    I’m not sure where to put this.

    Here is the contents of my .htacces file:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /domain/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /domain/index.php [L]
    </IfModule>

    When I try and put the code you supplied in, there doesn’t seem to be a change. Where should I put that code?

    Thank you for your time and help!

    Thread Starter jordan_tvd

    (@jordan_tvd)

    Hi-

    Unfortunately, that doesn’t solve my problem. The theme does not allow modification of the homepage.

    What I am trying to do is set up the htaccess file so that it will show an html page first. When I try and do a DirectoryIndex, I am then unable to login to WordPress.

    Google searches aren’t yielding anything, but I can’t be the first one to encounter this problem. Any ideas?

    Thread Starter jordan_tvd

    (@jordan_tvd)

    Thanks for your reply, Summer. After doing more testing, I am beginning to suspect that it is a problem with the latest WordPress update. Has anyone else seen the same issues?

Viewing 3 replies - 1 through 3 (of 3 total)