0
votes
1answer
6 views

custom htaccess redirect rules

I have 3 redirect rules I'm trying to implement on a wp installation: RewriteRule ^job/(.*)$ /job?jid=$1 [NC] RewriteRule ^jobs/(.*)$ /category?cid=$1 [NC] RewriteRule ^domain/(.*)$ ...
-2
votes
0answers
14 views

3 domains, 1 Wordpress site, 3 hosts, redirecting and changing domains [closed]

I have one Wordpress install at Host #1 with a domain (Domain-A) at Host #2. Domain-A was used for the WP install. I have Domain-B & Domain-C at Host #3. I need Domain-B & Domain-C to now ...
1
vote
1answer
18 views

How to mask sub-directory using .htaccess

When a visitor visits my site and reads a post, they see this in the address bar: http://www.example.com/sub/?p=71 How can I mask the url so that it shows this in the address bar: ...
0
votes
1answer
15 views

Mod_write, htaccess and Wordpress slugs

This is either blindingly simple or impossible; after lots of Googling and thread reading, I can't tell. I have a WordPress site that uses a plugin to create a custom post type. The rub of this is ...
1
vote
0answers
19 views

.htaccess subdomain languages

Im running a WordPress site with qTranslate installed. The URLS are currently displayed as http://domain.com/en/ but i would like to change them to http://en.domain.com How do i make this work? ...
1
vote
1answer
50 views

URL rewriting via Wordpress Rewrite or .htaccess [SOLVED]

JUMP TO EDIT8 TO SEE HOW I SOLVED THIS 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 ...
0
votes
1answer
17 views

wordpress subfolder .htaccess redirect folder to domain root

I developed my dev site in a subfolder in my root directory, and I've now got my production version now in the root directory. I want to use the dev .htaccess to redirect to the root version of the ...
0
votes
1answer
15 views

Wordpress .htaccess Rewrite Rule for URLs after Change Root

WordPress: 3.5.1 How do I modify my .htaccess file to Rewrite/redirect old URL paths to the new paths after placing WordPress in its own sub-directory (using ...
1
vote
0answers
80 views

Wordpress 403 Forbidden “You don't have permission to access / on this server.”

I can't access any pages/login to my wordpress based website. I get this message : Forbidden You don't have permission to access / on this server. after some research on stackoverflow and other ...
0
votes
1answer
22 views

Safely redirect old Wordpress blog links to new WP blog

I have two Wordpress blogs on the same domain, (one called 'News' and another called 'Blog') I am moving across all the content from the 'News' blog to the 'Blog' blog but I need to setup the 301 ...
1
vote
0answers
18 views

.htaccess not affect subdirectories?

How I can make my file .htaccess not affect subdirectories? <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f ...
0
votes
0answers
19 views

Wordpress permalink not work

Hy It's me again :) I've some problem with my new website, in my website use cloudflare for DNS. If permalink in default mode, It's all right nothing found problem but when permalink change to any ...
0
votes
2answers
14 views

Reroute all links on page to localhost

I am currently doing some minor re-work on a friend's site. I have downloaded what she has currently, but all of the links are absolute links, so whenever I navigate within the locally hosted site, I ...
0
votes
0answers
6 views

ht_access Wordpress Category Permalink

For pagination, the template came with this type of link www(.)website(.)com/pleasure/page/2/ using, get_pagenum_link() function from WP core files. It does not work ! it brings me back to ...
0
votes
1answer
49 views

301 redirect help - .htm removed and few urls changed

I'm moving content from an old dreamweaver site to a new wordpress site, all file names are the same, except the new wordpress one's don't have the .htm at the end. Some category/subcats slugs are ...
1
vote
2answers
16 views

.htaccess redirect in wordpress

I would like users that go to the website 'http://kevingstongramado.p.ht/', to be redirected to 'http://kevingstongramado.p.ht/catalogo/'. Which is in fact a wordpress website. I´ve tried this: ...
0
votes
0answers
12 views

How to populate Wordpress MU site dashboard URLs correctly

When trying to access the sites in my Wordpress MU network from the main dashboard (top menu bar or Sites dashboard), the link that is being generated is invalid. It is being autopopulated as the ...
2
votes
1answer
20 views

How to enable HTTPS for Wordpress MU main domain but not subdomains

I'm trying to write rules in my .htaccess file to default to HTTPS:// with my www.mainsite.com in my Wordpress MU network. For all other subdomains, is it possible to add a wildcard *.mainsite.com ...
0
votes
0answers
39 views

Leveraging browser cache not working in Wordpress site (tried htaccess and plugins)

I'm trying to get the Wordpress site I'm working on setup to run as fast as I can. Used Google's pagespeed and was advised to leverage browser caching. Since then I've tried (multiple different) ...
0
votes
0answers
42 views

wordpress and mod rewrite issue with multiple parameters

I am explaining with my local project setup. Whenever the URL is http://localhost/myfolder/offer-details?id=5&m=somedata it should be changed to http://localhost/myfolder/offer-details/5/somedata. ...
-1
votes
1answer
25 views

How to write rewrite rule

I am developing a website in wordpress and I am trying to write a simple rewrite rule (seems pretty simple with all these documentation). I need to change ...
0
votes
1answer
23 views

.htaccess restict media folder in wordpress

I am trying to figure out how to use this in a wordpress enviroment: From: Block direct url access but allow download 1st: .htaccess(in uploads folder) Order Deny,Allow Deny from all 2nd: (in ...
0
votes
1answer
26 views

htaccess error after wordpress multisite installation

My wesbite yofnel.com is view able when my htaccess is like this # END WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ...
0
votes
1answer
54 views

how to change WordPress Permalink Settings without using .htaccess file

actually my domain is on yahoo small business. and yahoo small business is not supported .htaccess file i am trying to remov index.html. i am using plugin but it's not working please help me to ...
1
vote
2answers
28 views

Why is a static html page loading instead of Wordpress?

I have WordPress installed in my main directory for my website and not in /wordpress. Currently my htaccess file has in it DirectoryIndex index2.html. This points to a static html page that was my ...
1
vote
1answer
29 views

I want to change URL for specific page for my wordpress site through htaccess or using wordpress function

I have URL like this http://www.shreyinnovations.com/edudemo/app-detail/?app-detail=A-Level%20Revision which I need to replace like below http://www.shreyinnovations.com/edudemo/app/A-Level%20Revision ...
-3
votes
0answers
17 views

Redirect from WP page to html page?

I have a WP based business website, and now we have redesigned html based website. the website has huge presence in the search engines. Now, want to redirect the WP pages to html pages, permanently. ...
0
votes
0answers
38 views

move index.php and .htaccess into second sub directory

I am having trouble with wordpress site. I following the instructions on wordpress site.. created a sub-directory inside my root directory .. sub-directory name: here so i can get my wordpress site ...
0
votes
2answers
25 views

Wordpress htaccess index issue

I've got a wordpress installation, in a root folder unfortunately, and since I have not managed to move the installation to a sub folder, I've attempted to set a different directory index, but I can ...
0
votes
1answer
34 views

Wordpress mod_rewrite rule. Stop redirecting from mysite.com to www.mysite.com

mysitePlease assist. I need to add a rule to my .htaccess file. This mod_rewrite needs to prevent my site from going to www.mysite.com, but rather stay on the mysite.com URL. Please help. UPDATE:: ...
0
votes
1answer
24 views

IP protecting folder with .htaccess not working

I am trying to limit access to my website's wp-admin (I'm using WordPress and http://example.com/wp-admin is the login page for the CMS), e.g. http://example.com/wp-admin to a whitelist of IP ...
0
votes
2answers
27 views

Remove trailing slash in WP multisite .htaccess file

I've created an .htaccess file that contains redirects for one site that is part of a larger WordPress Multisite install. The .htaccess content starts with this (necessary because the same .httacess ...
0
votes
0answers
27 views

how to ignore the .htaccess in root from a Sub Directory

I have some problem with my integration of Wordpress that it's installed in root, and Whmcs installed in the a subfolder called "client". they both has their own .htaccess file: Wordpress (root): # ...
0
votes
0answers
19 views

Remove Subdirectory from Url using htaccess

I want my site to rewrite its url by removing the subdirectory but keeping the content. from www.site.com/dummysite to www.site.com Here is the current code on my htaccess <IfModule ...
2
votes
1answer
35 views

Placing codeigniter folder inside wordpress

I have been trying to run codeigniter inside a worpress folder. Currently the htaccess for is in mode where url rewriting is like domain/year/month. Is there a way to a prevent url rewriting for a ...
0
votes
2answers
24 views

HTACCESS - Change Directory Structure

I recently changed our URL structure for several different pages but I'm having some trouble with the HTACCESS rewrites. I've included the examples below and I'm hoping that someone can help me with ...
0
votes
0answers
29 views

htaccess hide subdirectories in ALL pages

So i have changed my htaccess file to hide my subdirectory in the main url but any requests to other pages, they return in the url with the subdirectory now listed. # BEGIN WordPress <IfModule ...
0
votes
1answer
23 views

Why might a Wordpress site have an /index.php/ rewrite rule?

I've just inherited a WP site to maintain, and every page on the site loads from www.site.com/index.php/page For what reason would a Wordpress site be set up like this? Can I possibly change this ...
0
votes
1answer
35 views

Possible permalink or .htaccess error, wordpress

Okay. So I have a site that needs to be live around 8am EST. Everything was going fine, but when I uploaded it to the server my two pages return 404 not found errors. Absolutely everything else on the ...
1
vote
0answers
44 views

how to ignore the .htaccess in root from a subfolder

I have a problem with my integration of Wordpress installed in root, and Whmcs installed in the a subfolder called "client". and both has their own .htaccess file: Wordpress (root): # BEGIN ...
0
votes
1answer
22 views

Redirect people who visit from a specific link to another page

I have a situation where A.com always link to my products, and then have their visitors come check it out, and then discussing it. I do not want this, nore am I interested in their pointless visits, ...
0
votes
0answers
28 views

Wordpress htaccess issue with existing file

I have a wp blog where I have some categories, pages, posts and so. This is the URL schema: mysite/category/category_name mysite/category_name/post_name Everything is working fine, but now I'm ...
-5
votes
0answers
22 views

How to use a subdomain having a domain in url (.htaccess) [closed]

I have a wordpress multiuser installation in subdomain mode (xmultisite.com). subsite1.com is an alias of xmultisite.com I set a wp-site called subsite1.xmultisite.com, now I would use and seeing in ...
0
votes
2answers
24 views

Wordpress erasing .htaccess - gets stuck in redirect loop

I installed Wordpress to the root of my site using Scriptaculous and found I was unable to access it due to a redirect loop. My address bar would look like http://site.com/site.com/site.com... I ...
0
votes
1answer
77 views

How to redirect Multisite subdomains to a 404 page when accessing wp-admin?

How to restrict wp-admin page to subdomains? We have multi domains in a WordPress site and I need to redirect subdomain.websitename.php/wp-admin/ to a 404 page. For this, I used this code but it's ...
0
votes
1answer
30 views

Redirect request based on user agent

I need to redirect the user based on the Useragent. Currently my wordpress site using ajax based theme. So the url format is http://www.example.com/#!/my_first_post/ My current htaccess code is as ...
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
30 views

Add a RewriteRule for WordPress multisite

I have a brand new WP multisite network (v 3.5.1) on sub-directories. I'm getting an error with the images, where the subsites won't display them properly, but they are being uploaded correctly. I'm ...
0
votes
1answer
38 views

Redirect subdirectory of old domain to root folder of new domain via htaccess

I have gone through several domain iterations on a wordpress blog and want to get old links redirected to the new domain. Initially the blog was in olddomain.com/blog/* -- Now the blog is at the root ...
0
votes
1answer
23 views

Wordpress installation in Joomla subdirectory

I've a Joomla 1.5.26 installation on the root of my hosting space. I would like to install a wordpress site in a subdirectory. So I've edited the .htaccess file in the root adding these two lines ...

1 2 3 4 5 22