The mod-rewrite tag has no wiki summary.
1
vote
1answer
190 views
mod_rewrite loop, redirecting http to https on certain section of wordpress blog
I'm trying to rewrite 3 sections of a wordpress site to https if they are accessed over http:
/cart/
/my-account/
/checkout/
As well as these rewrite's worpress has added a rewrite to remove ...
0
votes
1answer
40 views
Function to rewrite URl in Wordpress
I need to rewrte this URL http://example.com/news/?news_id=2 to http://example.com/news/2 where news is the page and 2 is the news_id
I have added following code in functions.php:
function ...
0
votes
1answer
47 views
Custom domain for sub-section of parent website
While this topic could be considered a general web development item, I'm using WordPress, so I need to find some way to do this within WordPress and without breaking it. I realize this is a deep ...
0
votes
1answer
44 views
WordPress on a subfolder but accessible from root
I've searched quite a lot without finding a solution.
I have a wordpress blog in /_wp and something else in /other
What I'm trying to is that every request gets redirected to the WordPress. Except ...
1
vote
0answers
59 views
Changing URL scheme, mod_rewrite not helping
We're trying to move away from the /YYYY/MM/DD/Post-Title URL structure without breaking links that are floating around on the internet. The mod_rewrite rule is fairly straight forward -
RewriteRule ...
1
vote
0answers
71 views
I have a page using a pretty url and a mod_rewrite rule matching it. I expected it to give an error but it's working. Why?
this may seem like a weird question but I have something working and I don't understand how.
I have moved my wordpress install to a subdirectory and am using the .htaccess file to redirect anything ...
1
vote
0answers
91 views
Some posts from custom post type to subdomains
I have custom post type where all posts associated with some persons.
Like: mysite.com/masters/master-name/
And i need to have redirection from master-name.mysite.com.
This redirection will be ...
1
vote
0answers
85 views
Evaluating a external rewrite rule before internal wordpress rewrite rule
I am been plucking out my hairs since last few days trying to solve this problem:
I want to convert my urls from format
http://example.com/prodsearch/category/tag1-tag2-tag3-tag4
to
...
0
votes
0answers
20 views
Add-on domain works in Wordpress but links still lead to subdomain
I know this looks like a common question, and I assure you I've tried a bunch of responses, but none seem to work in my case. I'm a Wordpress noob so I might be making some basic error which I can't ...