i am sure this will solve your problem
» Old Post Promoter
:) just got this from google search.
Printable View
i am sure this will solve your problem
» Old Post Promoter
:) just got this from google search.
Hi
Thank you for the try but won't work for me i have been googling most of the day.
From their Q&A
My structure uses dates. I didn't know at the time this would be a problem. It was my first wp site :(Quote:
Q: If you change the timestamp of your blog post, won’t that affect permalinks that include the date?
A: Yes it absolutely will, which is what the warning is all about. This plugin should not be used with any permalink structure that includes dates, which is just another obvious reason for why you should not follow such a structure.
Butterflies Forever
Sami
Hi,
I tried the remove dates from permalink as it shows here
» Remove Dates From Permalink
I changed it in the admin to /%postname%/
I placed the RedirectMatch 301 /dddd/dd/dd/(.*) /$1 in the .htaccess file
placed it back in root.
It's not working.
Do I have the code in the wrong place?
Here is my file.
If this what it takes to bring the post forward I'll try it.Code:RedirectMatch 301 /dddd/dd/dd/(.*) /$1
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ /$1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
RewriteCond %{HTTP_HOST} ^freewomensblogs.info$ [OR]
RewriteCond %{HTTP_HOST} ^www.freewomensblogs.info$
RewriteRule ^(.*)$ "http\:\/\/freewomensblogs\.com\/" [R=301,L]
Thanks Again
Butterflies Forever
Sami
Bringing 365 posts forward one by one everyday sounds useless effort to me. Why would you show your post for just one day??
The featured posts plugin shows your post snippet on the home page..it can be any post. Checkout www.gadget-inspector.com , you will know how it works..
Why dont you edit your wordpress blog's Permalink structure and remove dates from them instead of going for .htaccess
Then only thing i can think of is you go to ur cpanel redirects and redirect all your older urls to your new url's .