alisaleem252
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thank you Franco for your reply
i added the following line but still 404this is my .htaccess
#Redirect archives RewriteRule ^([0-9]{4})_([0-9]{1,2})_([0-9]{1,2})_archive.html$ $1/$2/ [L,R=301] #Redirect labels/categories RewriteRule ^search/label/(.*)$ category/$1/ [L,R=301] RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/([^/]+).html$ http://www.MYSITE.com/$3 # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteRule (.*)\ (.*) $1-$2 RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressI have moved from Blogger to wordpress
i have successfully redirected all labels to category
http://site.com/category/Bikes
but the problem comes when category has two words and has space in it
http://site.com/category/Bikes%20wallpapers/
it says 404 Page not found
so when i manually replace “%20” to “-“
page show up….
is it a way to to this for all link? i have more than 500 such links :sConclusion:
Want to make it so both show same category page.
http://site.com/category/Bikes%20wallpapers/
http://site.com/category/Bikes-wallpapers/Forum: Fixing WordPress
In reply to: Visual Editor not functioningThank you t-p
define(‘CONCATENATE_SCRIPTS’, false);
worked for me.Regards
AliForum: Plugins
In reply to: Need to know what are relevant Plugins for mePlease……
Viewing 4 replies - 1 through 4 (of 4 total)