First let me wish you a very Merry Christmas and a Happy New Year. I know this is not being monitored over the holidays but really would appreciate help at the earliest time and appreciate that you certainly deserve some time off!
I am in the process of moving a website to a new server. The events navigation on the new site is not working. While
I am sure it is a permalink issue I have no idea as to how to fix it. The old site is http://danceparade.org/wp/events/month/
and the new site is http://new.danceparade.org/events/month/.
The htaccess on the new server is
RewriteEngine On
Options +FollowSymLinks -MultiViews
# 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
On the old (working) server is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
# END WordPress
If you need access to the new serve it isn’t a a problem…. just email me privately and I can give you a login.
[email protected]
Thanks/Hal