jordan_tvd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with htaccess redirectsHi-
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!
Forum: Fixing WordPress
In reply to: Problems with htaccess redirectsHi-
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?
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?