0
votes
1answer
34 views

URL rewriting via Wordpress Rewrite or .htaccess

Let's say I have a Wordpress blog: www.animals.com I have a certain PHP file in my theme directory: www.animals.com/wp-content/themes/mytheme/db.php Also, I have a custom template for that page, so I ...
0
votes
1answer
26 views

Nginx rewrite wordpress page

I have WordPress (example.com) on nginx with created page A, which has permalink example.com/a . Wordpress doesn't have page with permalink example.com/b . I want to inner rewrite uri /b to show page ...
0
votes
1answer
12 views

Wordpress Custom Post Type rewrite_tag not replaced in editor

Hey this one is killing me! I have a custom post type called 'features'. The archive page for it is currently visible via: mysite.com/features/ and currently the single feature is at: ...
0
votes
0answers
25 views

Rewrite URL redirects to 404

I have a page like http://www.fcarges1953.ro/colectie/sezon-programe/?id_sezon=1&slug=1961-1962 I tried to rewrite url like http://www.fcarges1953.ro/colectie/sezon-programe/1/1961-1962/ This is ...
0
votes
0answers
30 views

Wordpress add_rewrite_rule unicode

I'm having a hard time forcing a rewrite rule with certain criteria in wordpress, and I'm really hoping that someone can help... The URL structure for the category is as follows ...
1
vote
1answer
17 views

Troubles Overwritting Wordpress Url Rewrites

so essentially right now I have a plugin enabled to allow me to use php in my pages. I've setup a page and set the permalink as the homepage. Doing this I'm able to make requests like ...
0
votes
0answers
27 views

redirect specific get variable to specific page

I have these weird links showing up Google analytics and when I go to them they are taking me to a 404 page, I cannot find the source to correct them so I would like to redirect them to the correct ...
0
votes
1answer
33 views

Wordpress prefix dynamic value to custom taxonomy url

I have two custom taxonomies 'edition' and 'features' I'd like wordpress to allow me to prefix the slug of features with a value from editions. For example if i go here; ...
1
vote
1answer
13 views

Redirect Directory Index Only

I would like to redirect visitors of /tools/ to /tools-reroute, which is fairly straightforward. The tricky part is that I do not want pages in sub-directories such as /tools/tool1 to be redirected. ...
0
votes
1answer
51 views

Hardening wordpress on IIS7+ web.config equivalent of .htaccess

On Linux servers, we can benefit from .htaccess rules in order to make wordpress installations more secure. How is that possible on IIS7+?
0
votes
0answers
19 views

Rewrite rule for dynamic page outsite Wordpress

I created a dynamic page outsite Wordpress is getlink.php to get links in database and output. Format default page is: http://hostname.com/convert/index.php?id=1 and I want to rewrite a new link is: ...
0
votes
0answers
40 views

What is the proper way to use add_rewrite_rule to remove the (question mark)?

I have a page called "People" with a custom template that takes in a variable called name: example.com/people/?name=FirstLast What I want is this: example.com/people/FristLast I know I need to use ...
-2
votes
1answer
24 views

simple htaccess rewrite rule needed [closed]

i need a htaccess rewrite rule for this: tags.geek.hr/some_tag -> tags.geek.hr/?tag=some_tag Any ideas? Thanks
0
votes
3answers
89 views

Remove parts of url

http://website.com/wp-content/uploads/a87ff.gif how do I do a mod rewrite to change it to http://website.com/a87ff htaccess looks like this # BEGIN WordPress # END WordPress # BEGIN wtwp_cache # ...
0
votes
1answer
45 views

add_action not working in wordpress

I am setting a WP that it should redirect all the request made to sub-directory to file inside that directory. For example if there a visit on example.com/link/me then it should send the user to ...
0
votes
1answer
24 views

wordpress rewrite

trying to add a rewrite rule for wordpress site working but having no joy function wptuts_add_rewrite_rules() { ...
0
votes
1answer
176 views

nginx-apache-wordpress: setup apache/wordpress under subdirectory and behind nginx

I had developed a Rails app and was happy with it, but I was asked to setup Wordpress under subdirectory /wp. After some unhappy hours of trying to make nginx-to-apache proxying work, I gave up ...
0
votes
1answer
61 views

.htaccess RewriteRule appends old Wordpress directory path

Debian/Apache VPS with Wordpress. I was trying to use this code to redirect all 'www' URLs to non-www addresses: # Redirect if www.site.net (case-insensitive) to site.net RewriteCond %{HTTP_HOST} ...
0
votes
0answers
86 views

How to Rewrite Pagination URL in WordPress?

I have a site - http://www.example.com/blog/ I am little confused with pagination URLs Rewriting in WordPress. Here's what I want: Firstly, I have to rewrite all the default pagination URLs to ...
0
votes
0answers
134 views

Wordpress mod_rewrite - URL parameters issue

I am attempting to use mod_rewrite to hide URL parameters. My rule works on a basic website, but the Wordpress rewrite rules seem to cause a 404 error. Desired URL ---> domain/services/Name/Location ...
0
votes
0answers
35 views

Creating WordPress rewrite rules for photo gallery

I am writing a basic gallery plugin for WordPress. In the plugin users can mark images as favorites and there is a page where users can see their favorites. I want to setup some rewrite rules for the ...
0
votes
0answers
64 views

After moving Wordpress Blog to WP Multisite path for images changed, how to redirect via .htaccess?

I had a single Wordpress Installation running on a subdomain. Now I changed two things: I moved the blog away from the subdomain to a proper domain and at the same time I moved it into a WordPress ...
0
votes
0answers
110 views

.htaccess - Redirect all files to parent folder

I've been trying to solve this during weeks and I haven't been able to, even searching here in StackOverflow. I've got a page in Wordpress called www.webpage.com/page. In this page, there are some ...
1
vote
0answers
93 views

WordPress Process $_POST Inside Parse Request

I'm writing an application to receive and process an Instant Payment Notification message in wordpress. It is a POST request made to a "virtual" url with rewrite rules. The problem however is that ...
0
votes
1answer
59 views

WordPress rewrite rule for RSS feed

I have just moved a blog from Squarespace to self-hosted WordPress and am trying to set up a rewrite rule so that the old RSS links will continue to work for existing subscribers. The URLs I am ...
0
votes
0answers
47 views

Multiple word categories concantenated onto postname for a Wordpress permalink structure

I have been wrestling with this for a week now. I need /%category-%postname%.html to work in Wordpress for a large number of posts I brought into my multi site environment via a migration from ...
1
vote
3answers
312 views

Mapping subdomains to URLs with nginx

I'm very new to nginx, so forgive me if my explanations are off. I'll do my best to explain what I am trying to achieve. Using WordPress and nginx, I would like user accounts to be mapped to a ...
1
vote
3answers
89 views

htaccess rewrite rule not working

I've been trying to fix thousands of 404 errors in Google webmaster using htaccess rewrite but not getting anywhere. I read a lot on it but had no luck so far in implementing it successfully. The ...
0
votes
0answers
165 views

Change permalink for custom post in Wordpress 3.5

Please forgive me if this has problem has been solved, but I searched and none of the solutions presented here seemed to match my situation. I had a plugin programmed to create a custom post type ...
0
votes
0answers
28 views

How to re-write the blog URL to remove directory path

I have two wordpress sites installed on my domain. www.mydomain.com (site one is in the root directory) and www.mydomain.com/site2/ (site 2 is installed in it's own folder) Site 2 has a blog on it ...
0
votes
1answer
80 views

Additional .htaccess Rewrite Condition with Wordpress

I wish to remove part of a pluggin's URL in Wordpress. I have a standard permalinks setup but have three URLSs with a similar iffy prefix I wish to clean up: Currently I have ...
1
vote
1answer
121 views

Rewrite Specific WordPress Uploads Folders with .htaccess

I need to redirect some WordPress uploads folders and leave others alone. For example, I need to redirect http://www.mysite.com/wp-content/uploads/2009/08/image.jpg to ...
1
vote
0answers
118 views

URL Rewrite/Reverse Proxy of Friendly Names IIS 7 and Wordpress

My Configuration looks like this: Server A is hosting a website - sitea.com It is also reverse proxying to Server B that is hosting a Blog site. The reverse proxy works just fine, if I navigate to ...
1
vote
1answer
56 views

Ignore a specific page when rewriting rules with wordpress

I'm wondering how I can tell wordpress rewrites to IGNORE a specific page, such as: index.php?p=15 I've tried several things, like: RewriteCond %{REQUEST_FILENAME}!^/index.php?p=15 !-d Or trying to ...
0
votes
1answer
63 views

How to avoid redirect when rewriting urls with wordpress

I've set up a rewrite rule using WordPress own functions. The rewrite code looks like this: add_rewrite_rule('^testrule/(.+)?$', 'index.php?p=$matches[1]', 'top'); The rule works and everything, ...
1
vote
1answer
98 views

Rewrite search url in wordpress

I have tried several different .htaccess solutions as well as plugins, but nothing seems to be working. I have different links that use an url like this on my Wordpress site: ...
0
votes
0answers
63 views

Wordpress Custom Rewrite with Variables for Custom Post Type Single Page

I have a custom post type "models". On my single-models.php file I parse additional query variables to allow users with special urls to view the page. Normally only logged in users can view pages but ...
0
votes
0answers
37 views

Wordpress Rewrite Logic

I am trying to understand each line of code from the $new_rules array. I understand it is matching a pattern an then rewriting that pattern to a friendly url. But I just don't understand the logic ...
1
vote
0answers
103 views

How to stop URL rewrite for archives in wordpress

I was setting up url rewrite for wordpress blog to remove all dates from the url (www.example.com/2012/08/postname). I had to do it through htaccess because it was new design for established blog, and ...
0
votes
0answers
76 views

Custom Permalink Rewrite Rules Wordpress Queries and Taxonomies

I am new to rewrite and I am trying to create a specific url rewrite for a query on a particular section of my site. My site install is at the root. However I have a custom post type for Dealers ...
1
vote
0answers
92 views

wordpress: domain mapping and site URL display

i am a wordpress newbie and have not much experience with their settings. Basically, i have recently set up a domain mapping for an existing wordpress site that i took over and that i had to move to ...
1
vote
1answer
34 views

regarding wordpress url structure rewrite

I want to create user friendly wordpress pages url's. I want to make url like this for example:- http://www.example.com/234 here 234 is any integer number assigned by admin for the pages. when i am ...
2
votes
4answers
227 views

Redirecting home to page in subdirectory, mask url

I'm using wordpress. I'd like my site's domain root to display contents of another page while still showing my domain root as the url. EXAMPLE: "http://www.mysite.com" displays contents of ...
1
vote
1answer
137 views

Wordpress date based taxonomy/term archive (rewrite urls & redirects too)

What I'm trying to do is allow the site to show date-based archives for terms, but I'm having no luck at all. How I want this to work: website.com/taxonomy/term/ works, and is great. ...
0
votes
0answers
220 views

Wordpress add_rewrite_rules

Working on a bit of a complicated Wordpress setup involving loading in a 2nd database. I've got the database loading correctly and am now stuck on adding rewrite rules in order to add pagination and ...
0
votes
1answer
48 views

Adding pages to WP Dashboard

What is the correct way to add new pages to the wordpress dashboard. Not like creating a dashboard page, but instead make arbitrary pages as needed for use in lightboxes, etc. One example, I need to ...
0
votes
0answers
49 views

Wordpress Rewrite Rule adding a keyword which if in the url, will add a 'true' value to a variable

I know there are a lot of tutorials about wordpress rewrite rules and tags, but i am trying to find something which is hard for me to understand. I'm having the rewriting on and i have a custom post ...
1
vote
1answer
110 views

$wp_rewrite->flush_rules() not working

I'm building a Wordpress plugin that sets up a custom post type, and it all seems to be working fine and dandy. However, I have an activation hook that should (in theory at least) set up my permalinks ...
1
vote
0answers
31 views

Persisting Wordpress Custom Taxonomy Tag In Permalink

In wordpress I need to prefix the permalink with a custom taxonomy tag lets say %writer% and maintain the standard category structure after that. For e.g /steve-brookes/novels/thrillers/ Where ...
0
votes
0answers
73 views

Is it possible to rewriteBase for a single directory in IIS7?

I asked this over on Server Fault but no one is responding, so I'll try my luck here! Our SA is out for the foreseeable future and I'm trying to figure out how to get JUST the wordpress install to ...

1 2 3 4