Tagged Questions
0
votes
0answers
32 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
...
0
votes
0answers
18 views
IIS 8 ignores rewrite dynamic url
please help :)
I am new to IIS and I'm trying to make this work. Read a lot of posts here but found no working solution. Even part of this code is from stackoverflow :) So I wanted to make two things ...
0
votes
1answer
32 views
Apache Rewrite Rule, With or Without Slash
How can I get Apache to rewrite all URLs such as:
mydomain.com/index.php?name=about-me
to work with EITHER
mydomain.com/about-me
or
mydomain.com/about-me/
If the URL is mydomain.com/about-me, ...
1
vote
2answers
54 views
can't figure out correct logic of redirecting rules in .htaccess
I have a URL that has a query string like so:
www.blablabla.com/index.php?page=details&p_name=van-der-var&p_country=holland
I would like to rewrite the URL to look like this:
...
-1
votes
1answer
72 views
htacces rewrite css file when mobile acces
I'm trying to use htaccess to change the css file when a visitor comes from his mobile device. Initially it worked great, but when I add a "NO WWW" rule, then stopped working. This is my htaccess ...
0
votes
1answer
51 views
Rewrite rule only for the same part of URL
I need to make a redirect from URL's:
RewriteRule ^/cars/new/(.*)/(.*)/(.*).html$ /cars/new/$1/$2/ [R=301,L] - it works.
But, the pages like /cars/new/asd/qwe/zxc.html are also redirecting ...
0
votes
2answers
29 views
.htaccess Rewrite rules not firing
I am trying to come up with a rewrite rule that will rewrite:
oldurl.com/v11/file.ext to newurl.com/v11/file.ext
On the oldurl server I have put the following in .htaccess inside of the folder v11:
...
1
vote
0answers
79 views
Rewrite rule. .htaccess . ERR_TOO_MANY_REDIRECTS
I added the following Rewrite rule to .htaccess:
RewriteEngine on
RewriteRule ^page/?$ index.php?cat=123 [L]
and it loads content of /index.php?cat=123 when I go to www.site.com/page
The problem ...
0
votes
1answer
215 views
htaccess redirect to domain only if in specific directory match (not recursive)
I'm trying to accomplish such RewriteCond but I'm having problem with regex
REDIRECT to domain1.tld ONLY IF current address is domain2.tld/test/ but NOT IF domain2.com/test/_appz/
domain can be ...
0
votes
0answers
82 views
htaccess multiple rewrite cond
I have a folder called photo and also have a htaccess file inside.
this is rule of the htaccess:
RewriteCond %{REQUEST_URI} \.(jpe?g|png)$
RewriteRule ^/?(.*)$ index.php?image=$1&%{QUERY_STRING} ...
0
votes
0answers
165 views
Url redirect rule with from a virtual subdomain on a Windows server - web.config
I need some help with a redirect on in a web.config file on a windows server.
I originally needed to set up a rule that would redirect traffic from my website (which is currently just an IP address), ...
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 ...
2
votes
0answers
176 views
Enable rewrite mode in xampp in localhost
I hope that someone can help me with my problem...
I'm using Windows 7 64-bit (maybe this is not important) and I have xampp installed.
In my htdocs/ directory I have more then one project. Now, for ...
1
vote
1answer
70 views
Apache rewritecond -U not working
A rewrite condition of Apache is -U which is suppose to check if an URL is available.
In my environment I have different resources on different servers. So I'd like to check if a resource is available ...
0
votes
1answer
145 views
Simple apache rewrite rule for magento search
I have a magento controller that performs a custom search. The url looks like:
mysite.com/catalogsearch/search?carbrand=toyota&color=red
I'm trying to rewrite this using apache rewrite rule to ...
0
votes
1answer
51 views
mod_rewrite rewrite url using .htaccess
I have searched on google and here for a tutorial to help me rewrite my urls.
I would like somebody to explain what I must write and why.
I have this url:
...
0
votes
1answer
61 views
htaccess - rewriting rules
Google Webmaster tools gives me a hint that I have 2 pages with the exact same content.
For example:
/airports/romania/115.php
/airports/romania/115.phphey1
In the htacces file i have this:
...
6
votes
1answer
435 views
Wordpress add_rewrite_rule for page redirecting incorrectly
I am trying to add custom rules using wordpress's add_rewrite_rule function, but they don't work. The weird thing is that the rules are added and match my URL whenever I inspect them with the ...
2
votes
2answers
429 views
htaccess Rewrite Rule for subdomain to page
Currently I have a page residing at:
http://www.example.com/site/page
In my htaccess I have the current rule:
RewriteRule ^site/(.*)$ retailer.php?linklabel=$1 [QSA]
What would the rule look ...
0
votes
1answer
162 views
Nginx rewrite rule
I need a rewrite rule for an nginx server. I'm using joomla 1.5 with sh404sef component to make clean urls.
Now i have installed gtranslate module to make the website multi language. So after ...
0
votes
2answers
124 views
Redirect Rule not working
I am trying to redirect wordpress default login (wp-logiin.php) url to signin but somehow it is not working. I have never done this .htaccess rewrite rule before so no idea how it works.
# BEGIN ...
0
votes
1answer
421 views
Redirect old page url after .htaccess url rewriting
I have rewrited my url's with htaccess and now I want to redirect the old url's to the new ones, but I can't figure it out how to do it after all.
This is my redirect rule used:
RewriteRule ...
0
votes
1answer
67 views
How to define a subdomain URL rewrite rule for more complex URL
how to create rewrite rule for that url like
http://www.abc.in/subfoldername/index.php?alist&TP=xyz&ct=bcd
to
http://bcd.abc.in
2
votes
3answers
85 views
Using Regular Expression how to remove if a certain character is at the end?
I am trying to write a URL rewriter rule in IIS7.
My current reg expression is ^(policy|pricing|contact|gallery)/(.*)
My Rewrite rule is: /{R:1}.aspx?cat={R:2}
policy/ (Keep Slash in this ...
1
vote
2answers
47 views
.htaccess rule - identical first first parameter
I have this in my .htaccess:
RewriteRule ^account /?i=a [L]
RewriteRule ^account/banners /?i=a&p=b [L]
Yet, when I go to http://domain.com/account/banners, it just shows the /account (?i=a) ...
-1
votes
1answer
39 views
.htaccess rule issue
I am currently writing rules for my pages, with .htaccess.
I have a forum, the original URL of this is: ?i=f
This will then be rewritten to:
RewriteRule ^forum /?i=f [L]
This works. Although ...
0
votes
1answer
306 views
Convert to nginx rewrite rule
could someone help me to convert this rule for nginx?
RewriteRule ^([^/]*)/([^/]*)/?$ index.php?a=$1&b=$2 [L,NC]
Thanks in advance
0
votes
1answer
181 views
Rewrite Rule to make clean home page url
i need to rewrite my homepage.
in navigation bar i want to see http://domain.com/ which is created from real page http://domain.com/abc
Thank you.
4
votes
2answers
40 views
Redirecting to a photo with htaccess
Basically I'm using htaccess
I have a hidden directory which I'd rather not be used and I want shorter links:
I would like
http://example.com/12940.png
to goto
...
0
votes
0answers
468 views
Nginx rewrite condition
I need help with some nginx rewrite condition.
My nginx are serving images from this url:
http://server/images/32093204923/image.jpg
This actually calls ...
0
votes
1answer
175 views
htaccess rewrite rule url
I want to write htaccess rules where I can rewrite this
www.example.com/Project_Name/1/23 project.html?n=$1&p=$2&i=$3
I have this already, but the problem is that I have a ...
1
vote
0answers
118 views
htaccess rewrite with double rules (with version)
I hope a htaccess script voodoo can help me here!
I'm trying to get a htaccess script working using two rules.
I was using a first rule to use folders for different versions, which was great:
...
4
votes
1answer
149 views
Rewriting URL adress on a site
in my website I have links like this - http://domain.com/index.php?page=about and I want to make them look like this - http://domain.com/about
Is it possible and if it is what should I do to get this ...
2
votes
1answer
74 views
Removing “tag” from rewrite rule that looks like this:
RewriteRule ^tag/([^/]+)/([^/]+)/?$ search.php?search=$1&tag=true&from=$2 [QSA,NC,L]
RewriteRule ^tag/([^/]+)/?$ search.php?search=$1&tag=true [QSA,NC,L]
RewriteRule ...
0
votes
1answer
556 views
htaccess - Rewrite rule and/or condition to fix totally different discontinued or incorrect incoming link
Well, I am stuck again. Two days of reading and again, found some close solutions but, nothing fits and all my experiments failed.
This is a continuation of my question:
here at stackoverflow
The 4 ...
1
vote
1answer
299 views
htaccess regex wildcard redirects overriding other redirects
I currently have the following redirects in htaccess, and I need to add two new redirects. Though it appears the last wildcard redirect is overriding the two new redirects which I am trying to add. ...
0
votes
2answers
89 views
Rewrite rule to redirect
How to redirect any variable(string) to another http://domain2.com/ from http://domain1.com/
First when user enter domain1.com user can view this website domain1.com/
After loading domain1.com/ If ...
0
votes
3answers
256 views
htaccess rewrite rule
I have following url
http://domain/phpfile.php/something1-param1/something2-param2/somethin3-param3
Can i rewrite it with htaccess to
...
1
vote
2answers
290 views
My .htaccess RewriteRule is “not working”
RewriteRule ^word-(.*)/(.*)/([a-z][a-z])/([0-9]+)?/$ /keywordbycountry.php?word=yes&keyword=$2&cc=$3&page=$4 [L]
the $2 = is the keyword (anything)
the $3 is the country code (only 2 ...
1
vote
2answers
117 views
What is right rewrite rule?
I need a rewrite rule from this url (first) ?lang=rus&menu=about to this (second) /about_project/.
I currently have this .htaccess file:
RewriteEngine on
RewriteBase /
RewriteRule ...
0
votes
1answer
311 views
Rewrite Rule for jsp
I have this URL
https://www.website.com/folder/New.jsp?par=new1
which I want to redirect to
https://www.website.com/folder/New.jsp
how should I do that?
Basically I have
...
2
votes
1answer
611 views
URL Rewriting-Page display - rewrite rule in .htaccess
For URL Rewriting, i have got the output for static URL
But , for dynamic URL , i am getting partial output only.
I have placed the .htaccess file in the root directory only.
Here is the code:
...
2
votes
3answers
108 views
Apache Rewrite rule confusion
I'm trying to convert a simple url (below) in to a blog-style url, but not quite sure how to do it, all of my other rules are working fine, but I can't seem to figure this one out.
URL I want to ...
3
votes
3answers
2k views
What does this Rewrite rule mean?
Im installing phpancake,
there is a folder there shema like this
application/
install/
library/
public/
sql_schema/
install.html
install.php
What does this rule mean?
RewriteEngine On
RewriteCond ...
0
votes
1answer
890 views
Nginx rewrite rule: check for nonexistant files and folders
I'm trying to set-up nginx rewrite rules as the following:
Original structure:
domain.com/index.php?site=project
Now I tried to mask it using the nginx rewrite engine:
if (-f $request_filename) {
...




