Tagged Questions
0
votes
0answers
43 views
Removing PHP extension and rewriting query string with .htaccess
I'm using extension-less URLs but now want to also support query strings but have them seo friendly.
I want to be able to use URLs like:
domain.com/somefile/1234 OR domain.com/somefile/1234/delete
...
2
votes
1answer
20 views
query string gets ignored after mod_rewrite
I am using the following rewrite rule in my .htaccess file to send all requests to the index.php file located at the root:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
...
1
vote
1answer
110 views
.htaccess - redirect to page/dir, while all pages/dir are internally parsed as query string parameters
Scenario:
I have a .htaccess file that is handling a lot of rewrites (I am aware it would be possbile/easier in PHP)
Everything worked fine
/some/fake/dir/foobar was internally rewritten to
...
0
votes
1answer
115 views
Apache Url Rewrite Query String SEO
I have the following rewrite.
RewriteRule ^/news/([a-z0-9\-]+)/([a-z0-9\-]+)/?$ /pagebase.php?pbid=3656&nid=$1&title=$2 [QSA,L,I]
http://www.domain.com/news/1/new-event/
So that the above ...
0
votes
0answers
37 views
Keeping the query string, but hiding it in the Url
I am trying to change URL's in a .htaccess folder.
I have www.example.com/product/?p=12
but I want to have www.example.com/product/buy-product
I've made a rewrite rule which I've listed below. ...
1
vote
1answer
89 views
How to rewrite a url with a question mark?
Is it possible to rewrite an url with a question a mark in it?
For instance,
http://localhost/mysite/search?tag=mars
to become this,
index.php?url=search&tag[key_name]=mars
I tried with ...
0
votes
1answer
150 views
mod_rewrite to change query string parameter name
I need help writing a mod rewrite rule to change the name of a query string parameter. I want to change the name, not the value.
old name partner
new name a_aid
so a link like this
...
0
votes
0answers
230 views
Apache - RewriteCond QUERY_STRING
I've searched over here something close to what i need, havent found. So there we go.
I've got a MediaWiki, the MediaWiki vhost uses mod_authnz_ldap to authenticate via LDAP, however, the Collection ...
0
votes
2answers
32 views
Apache Redirect Using %{QUERY_STRING} To Match A String Anywhere
I'm looking to do an Apache redirect using %{QUERY_STRING} but it simply isn't working.
I am wanting to redirect any web page query that has a string anywhere in the URL. So for example:
...
0
votes
1answer
99 views
IIRF / APACHE Rewrite Conditions Fail with query string
I have a CMS System that converts the ugly URLs into more friendly ones.
So far instanstance, instead of the page url being something like this:
/pagebase.php?id=3644
I have a url write setup ...
2
votes
1answer
300 views
How can I mod_rewrite and keep query strings?
I want to mod_rewrite a URL to another page, but then I also want any query strings added to be preserved.
RewriteEngine On
#enforce trailing slashes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ...
0
votes
1answer
117 views
rewriting url with query string
in continuation to what i asked here i want to auto rewriting of below url
http://testsite.com/siterootb/sample-page.php?bbi=value1&bbl=value2
to
...
0
votes
1answer
147 views
RedirectMatch query string issue
I am moving content on a previous website where 2 copies of the site were made to translate it so that i only have one remaining.
To provide fallback access, i wrote this rewritematch rule :
...
0
votes
2answers
111 views
How to remove any query except `callback` for specific URLs with RewriteRule?
The current RewriteRule removes any query except query callback for any URL.
# Remove question mark and parameters
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^?#\ ]*)\?[^\ ]*\ HTTP/ [NC]
# Query ...
0
votes
1answer
208 views
Apache mod_rewrite remove empty query string parameters?
Is it possible to remove empty query string parameters from a URL with Apache's mod_rewrite?
A simple PHP script has an HTML form which submits to itself via GET. The HTML form has many input fields ...
0
votes
1answer
88 views
mod_rewrite and {QUERY_STRING}
Changed my url from
http://www.website.com/b.php?n=45&t=example
to this
http://www.website.com/45/example
by using this mod_rewrite
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
...
0
votes
1answer
210 views
URL Rewriting - Query String
I work on an MVC application and I have urls in the following format:
http://127.0.0.1/PDO/PARTIE%20III/index.php?rt=index/connexion
http://127.0.0.1/PDO/PARTIE%20III/index.php?rt=index/nouveauMsg
...
0
votes
1answer
186 views
Validate a domain in a query_string for rewritecond
The webserver i'm using is Apache 2.2. I'm trying to validate a domain that is in a query string sent by an external party.
An example of a valid request:
...
2
votes
1answer
234 views
apache htaccess authentication based on query string
I'm using vanilla forums which already has these rewrite conditions and rules in .htaccess:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ...
0
votes
2answers
1k views
Remove query strings from 301 redirect
I am struggling to create appropriate 301 redirects for a site that was originally built using query strings. The old URL structure looks like this:
...
0
votes
2answers
714 views
apache redirection is adding query string to the new url
apache mod rewrite is acting weird on me:
im trying to redirect this:
http://www.website.com/page.php?id=34
to this:
http://www.website.com/
using this in the htaccess:
RewriteCond %{QUERY_STRING} ...
0
votes
2answers
158 views
.htaccess blocking strange QueryString parameters
I've got some server pinging my Rails app and is appending
").html(bodyText);$j("
to many of my pages. Its generating all sorts of exceptions of routes not found.
Example of page call.
...
0
votes
1answer
205 views
How to check for encoded OR unencoded character in query string with mod_rewrite
I want mod_rewrite rules for query string ?:hizzah=blah to redirect to brouahaha.html
I tried this:
RewriteCond %{QUERY_STRING} :hizzah=blah
RewriteRule .* brouahaha.html
Note the colon in front ...
0
votes
2answers
258 views
Mod rewrite localhost working fine, on server in PHP QUERY_STRING and $_GET empty
I have a weird problem. I develop my sites on localhost and after that i distribute it server side. Most of the time this is working as expected but now notice something weird and cannot figure out ...
0
votes
1answer
83 views
mod_rewrite is not working for following url with special characters
I have a url coming from SAP EP to Apache. I am trying to rewrite some url using mod_rewrite, but unfortunately for following url it is not working:
...
1
vote
1answer
463 views
Long query string variable missing
I've got a pretty long query string variable (value is approximately 600 chars) that I'm trying to reach from a PHP script. The long one is not present in $_REQUEST or $_GET but another variable with ...
0
votes
1answer
47 views
URL re write doesn't work when some query string vars are empty
I have the following rule rule in my .htaccess file
RewriteRule dest/(.*)/item/(.*)/aId/(.*)/tId/(.*)/? rss.php?dest=$1&item=$2&aId=$3&bId=$4 [NC,L]
This produces the following URL
...
1
vote
1answer
466 views
URL query string rewrite in htaccess
I'm trying to write a rewrite rule in my .htaccess file but not sure how to get it working. I want to convert this URL:
http://www.example.com/userskill/?lvl=100k
to
...
1
vote
2answers
318 views
How to beautiful query string URLs
I have an entire website built upon a link scheme of query strings (i.e. ?page=about or ?page=individual&i=johndoe). Of course, in retrospect we have decided to go with a different (beautified) ...
1
vote
3answers
190 views
Weird query: “equal slash id” (=/id) gives weird error: 501
This is the weirdest problem of my life, and can't even Google it. It's happening on an Apache powered website written in PHP, which uses mod_rewrite (but that's not the issue, I tried removing the ...
0
votes
2answers
143 views
htaccess rewrite of directory to variable fails on localhost
Let's take something like this question. So, I'm looking to rewrite:
http://www.example.com/test to
http://www.example.com/page.php?v=test
with:
RewriteRule ^(.*)$ page.php?v=$1 [L]
This takes me ...
1
vote
1answer
292 views
Url rewritting with Apache mod_rewrite
In my PHP web page I want to redirect as follows:
header("Location: page2.php?id=$tid");
The querystring is needed by page2.php, but I don't want the querystring displayed in the visitor's browser. ...
0
votes
2answers
598 views
How to create RewriteRule where the request URL has query string
I feel like I'm really close, but I can't quite get this Apache RewriteRule to work correctly.
I have a URL like http://mysite.com/product.php?view=true&ID=123 and I would like to redirect to ...
0
votes
1answer
251 views
Remove QUERY_STRING from URL only for /index.php
I would like to remove the query string from the URL using mod_rewrite (.htaccess), but only for /index.php (and not /).
For example, http://www.example.org/index.php?foo=bar should redirect to ...
2
votes
1answer
542 views
Apache2 redirect with query string escaped twice
Using this rule in a virtual host configuration file leads to double escaping of the query parameters:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
...
0
votes
2answers
601 views
passing http url as an get method variable - how to?
i am trying to do this:
http://somehost.net/edit.php?url=http://www.youtube.com/watch?v=EgHY53dOZ-U
Forbidden
You don't have permission to access edit.php on this server.
is there a way to fix ...
0
votes
1answer
557 views
Redirect and rewrite with mod_rewrite
After asking this question: Clean URL's for search query? I tried something with mod_rewrite:
RewriteCond %{QUERY_STRING} ^s=([a-z]+)$ [NC]
RewriteRule / /s/$1? [NC,R=301,L]
RewriteRule ...
1
vote
1answer
370 views
Apache RewriteRule removing submit x y coordinates from Querystring (Mac Snow Leopard OS X)
This ought to be a simple exercise in Apache with mod_rewrite and all of it's flexibility. I have verified the Rewrite module is working with full logging but no matter how I shake out my rules and ...
2
votes
1answer
830 views
mod_rewrite {QUERY_STRING}
I'm sure that's been asked zillions times but i can't get it to work,
i'm trying to rewrite a url with querystring, my url is for example:
http://example.com/articles/index.php?keyword=book
and i ...
0
votes
1answer
145 views
Suitable CMS framework for site projects - advice needed
I will be creating a website soon, and as such I have four projects on the go
(or three if you consider
the first entry as a full project in itself, not two separate sites):
1 & 2 - Internet ...
0
votes
1answer
1k views
301 Redirect and query strings
I am looking to create a 301 redirect based purely on a query string see b
OLD URL: olddomain.com/?pc=/product/9999
New URL: newurl.php?var=yup
My normal way of doing this would be
redirect 301 ...
0
votes
1answer
251 views
Apache: multiple ../ in query string = internal server error (error 500)
here's the problem: when requesting url like - http://server/path/to/file.html?param=../../something/something i get response:
500 Internal Server Error
The server encountered an internal error or ...
5
votes
1answer
4k views
How can I match query string variables with mod_rewrite?
Suppose I have URLs with query string parameters like these:
/index.php?book=DesignPatterns&page=151
/index.php?book=Refactoring&page=157
Using mod_rewrite, how can I redirect them to SES ...
2
votes
1answer
2k views
Apache, LocationMatch: match query string
How can I match a query string using LocationMatch with apache?
<LocationMatch "/index.php?a=b.*">
// ...
... won't work unfortunately.
0
votes
2answers
318 views
Apache mod-rewrite redirect domain name using querystring
We have a client who has many branches around the UK. Some of their branches have their own sites with their own domain names. The client has a part built system where visiting:
...
0
votes
1answer
986 views
Passing query parameters to a C# CGI program in Apache on Windows
I'm running a C# program as a CGI script in Apache on Windows, which works just fine. However, I'm now trying to pass it query parameters, e.g.
...
0
votes
1answer
133 views
RewriteRule on special querystring
My URLS
the page names example: ?Contact- or ?Product-
some have a longer querystring example: ?Contact-&go=Admin
domain.com/?Contact-&go=Admin
I would like a RewriteRule to use
...
2
votes
2answers
5k views
Rewrite Query String
I have this URL:
oldsite.com/profile.php?uid=10
I would like to rewrite it to:
newsite.com/utenti/10
How can I do that?
UPDATE: I wrote this:
RewriteCond %{QUERY_STRING} ^uid=([0-9]+)$
...
5
votes
3answers
2k views
How do I make a url forbidden in apache mod_rewrite, based on the query string?
How do I make the following url forbidden in apache;
main/index.php?site=ing
I have tried the following;
RewriteRule ^main/index.php?site=ing - [F]
but with no luck...
1
vote
1answer
610 views
Redirect 301 Transfer to New Domain Output URL is Ugly
I am moving my blog to a new domain. I am trying to do this through .htaccess. While the redirect is okay - the output URL is 'ugly'
example in old domain .htaccess file:
redirect 301 ...


