Redirect URLs in WordPress site
I changed the structure of my permalinks and now I want redirect the following type of url /year/month/post-name to this /post-name is that possible to do within WordPress or with htaccess? Solution:...
View ArticleNGINX redirect domain but without specific directory
www.domain.com I want to redirect thats domain to www.domain.net like thatwww.domain.com redirectwww.domain.com/dev no redirect for specific dev directorywww.domain.com/?page-id=4...
View Articlewordpress change permalink 404 message – 301 redirect
My question is similar to WordPress (Postname Permalink) 404 error however it goes beyond the question. I have a client who has hundreds of pages in the default WordPress blog structure...
View ArticleUrl Redirection Help Required
I am using WordPress and Woocommerce. It is generating these ridiculously long URLs: http://digital-dev.co.uk/a3m/shop/products/portable-stands/portable-counters/ I would like to alter it so that it...
View ArticleUse a $GET parameter from a URL, to create a new redirect URL (WordPress)
I am using a custom login page in WordPress, and I installed a script in the functions.php that redirect to a custom "error login" page (adding parameters to the login URL), so it can display the...
View ArticleHttp not redirecting to Https when click on http URL
i have installed SSL and did all the setting in wordpress like see the screenshot: http://prntscr.com/d46lfv Also add code in the .htaccess file. RewriteEngine OnRewriteCond %{HTTP_HOST}...
View ArticleWordPress, redirect domain root to a subdomain
A friend of mine asked for help about his wordpress site. He did his work under sub.domain.com and now he'd like to have domain.com redirected to it, if possible without showing sub in the url bar This...
View Article.htaccess Redirect With Query String in WordPress
I'm trying to redirect all urls in my WordPress site from something like https://domain.com/view-image/?id=349 to new url https://domain.com/?p=349. I've tried using this code: RewriteCond...
View ArticleHow to redirect media file http to https?
I have installed Let's Encrypt on my site. I have upload image it makes link https and it works fine. I have applied redirection rule in htaccess so it's not redirect http to https only in media file....
View ArticleCant figure the correct config of my .htaccess
I have been trying without luck to configure my .htaccess to work properly but I can't manage to make it work. It is quite simple but yet its not working. It is in a WordPress enviroment and I want it...
View Article