Spunky844
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange Post double address MysteryI changed the custom permalink to just /%postname% and that fixed it.
Thank you for your help!!!
AndrewForum: Fixing WordPress
In reply to: Strange Post double address MysteryUnder settings general I have:
Wordpress Address: http://shenandoahweddings.org
Site Address: http://shenandoahweddings.orgUnder Permalinks I have the custom structure:
/http:/shenandoahweddings.org/%postname%I saw there that I have /http:/ instead of /http://shenandoa… But when I try to change it it says the permalink is updated but removes the / leaving only /http:/shend…
Forum: Fixing WordPress
In reply to: Strange Post double address MysteryDoes it have to do with my .htaccess file from:
10. If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.
My .htaccess file:
# 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
Forum: Fixing WordPress
In reply to: Strange Post double address MysteryCould you be a little more specific? Do I have the symlink problem or do I need to modify the login.php?
Thanks a million,
Andrew