301 wildcard redirect to https, site-wide, all requests
Basically I'm looking to redirect the following:...
View Articlehtaccess redirect all urls in directory to index.php
i have script in directory and on root wordpress is running which is creating problems when i try to run script in sub directory , throwing 404 error my website structure wordpress : /script :...
View ArticleRe-platforming existing website to WordPress
I'm about to re-platform existing website to WordPress. It is a big site with e-commerce (this section is on Magento). To get the working files of existing website, I used HTTrack as I did not have an...
View ArticleParking domains redirect to landing page wordpress htaccess
I hope everyone doing great, I need help, I use WordPress last version, I need define for my web site my principal default domain example MyWordpressSite.com and all parking domains go to...
View ArticleHow can I target just numbers in a RegEx redirect condition?
I recently changed all of my WordPress blog URLs to NOT include the year, month and date. Rather than create individual redirect rules, I'd like to use RegEx to create just one wildcard rule. So to go...
View Articleheader location not redirecting WORDPRESS
I'm using word-press and have embedded the following code in the body of the website with hope it will redirect the user the relevant page. $current_user =...
View ArticleHow to redirect wordpress (installed inner directory) to main root address?
I've installed wordpress into a inner directory. like root/mysite . Why I didn't install it on root because there are so many addon domain installed, and I literally don't want to mess all addon domain...
View ArticleToo many redirects regex redirect
I am on WordPress and right now using Yoast Seo Pro which has a redirection section including a Regular Expressions redirects section. How do I redirect say /mycategory1/page/pagenumberhere/...
View ArticleRedirecting WordPress posts to a custom php page
I would like to redirect WordPress blog posts like for example http://www.maxprog.com/blog/?p=106 to a script I created that display the post: http://www.maxprog.com/site/blog/post.php?id=106 I have...
View ArticleWordPress 301 redirects for 300 links to redirect in .htaccess?
my question is would it slow my website? I am migrating from a non WP CMS to a WP CMS which means there are quite a fair deal of links to redirect due to a different URL structure. I plan on doing my...
View Articlephp .htaccess not redirecting properly
Redirect 301 /aboutus.html http://www.somedomain.co.uk/about-us/Redirect 301 /brochuredownloads.php?file=Wessex_Sectional_Brochure.pdf http://www.somedomain.co.uk/brochure-downloads/ I was developing...
View ArticleHow to open all the url in one page and keep the url the same
I am using WordPress. I have a page called services and I want any string or hierarchy url comes after services just opens the same page and also the url stays the same. For example:...
View ArticleRedirect 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 Article