mudmin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Two domains one site subfolder and htaccess issuesAnyone? I’m really stumped and this seems like something a wordpress guru would know in a second.
Forum: Fixing WordPress
In reply to: Two domains one site subfolder and htaccess issuesMaking that change to the userspice .htaccess didn’t seem to break anything new, but it didn’t fix the problem either.
Forum: Fixing WordPress
In reply to: Two domains one site subfolder and htaccess issuesSo that change would be made on the userspice .htaccess, right?
Forum: Fixing WordPress
In reply to: Two domains one site subfolder and htaccess issuesI’ve even been on the phone with my provider and they don’t know how to do this. It seems pretty straightforward. If mudministry.org/userspice/forums works then userspice.com/forums should work because it’s basically the same thing. It has to be some sort of htaccess problem. Here are my files.
.htaccess for mudministry.org
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
<Files 403.shtml>
order allow,deny
allow from all
</Files>
.htaccess for userspice# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /userspice/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /userspice/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Two domains one site subfolder and htaccess issuesI’m using bbpress. And it’s not necessarily a problem with bbpress. None of my permalinks work that way. They all have to go back to mudministry.org/userspice or I get the Internal Server Error
Yeah, I have several reasons why this particular site needs to be a subfolder. It stinks, but that’s kind of my situation
Forum: Fixing WordPress
In reply to: Dashboard page searchingbump???? Someone has to have an answer for this