URL rewriting module for the Apache web server. It is commonly used for so-called "pretty" URLs, but also provides the power and flexibility to perform various request handling tasks beyond simple substitutions.
1
vote
2answers
40 views
Removing Part of URL with .htaccess
I have recently removed a module from Magento that created vanity URL, for filtered searches.
When I've removed this module its now using URL parameters for all filtered navigation pages.
I want to ...
0
votes
1answer
40 views
How to rewrite url while keeping additional parameters in .htaccess file?
I have the standard htaccess which just catches all and puts it into one url parameter which is later processed in code...
RewriteRule ^config/ - [F]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ...
0
votes
0answers
29 views
URL Rewriting not working on Zend Server Community Edition 5.3.9
I have tried my below problem with following SO question Zend Server Community Edition .htaccess issue but could not get success. That's why posting my details questio here as follows:
I am having a ...
0
votes
0answers
20 views
RewriteBase understanding
I have two .htaccess-files on my server, located in different directory's. The data structure looks something like this:
/subdir/media/
/subdir/.htaccess
/subdir/access_check.php
/.htaccess
...
0
votes
1answer
56 views
Moving cakePHP 2.3.4 REST API from development to production 404 errors
I am working on a simple REST API, it is working on my development system (Mac OSX, Zend Studio, Zend Server CE - http://localhost:10088/apitest/) with RewriteBase in the .htaccess files (see below). ...
0
votes
1answer
25 views
Non Port 80 Web Server and Pretty URL's
This is a "Blocked Port 80" related question, but maybe something a bit unique. I've yet to find a good answer. It's more academic than anything as I know running a production server at your house ...
0
votes
0answers
21 views
Modrewrite url on index.php
I created a zend framework application and the modrewrite only worked when i did:
index.php/dashboard for instance, accessing the dashboard module.
With that being said, I'm working on a new project ...
0
votes
1answer
26 views
Case Insenstive URLs with friendly url extension hiding. .htm and .html
How to redirect uppercase urls/links to lower case files with a modrewrite at the same time preserve the friendly urls (hiding .html and .htm) on my website?
Currently using the following rewrite ...
0
votes
0answers
23 views
Symfony2 rewrite rules .htaccess for images
I try using .htaccess in my project it's loading the css and js files in dev ent but the url's to images in css not. This is my. In prod env the css/js/img files aren't loading htaccess code.
...
0
votes
1answer
33 views
redirect from and to subdomain with htaccess base on browser language
I need to redirect my users in homepage base on their language.
I think I've to use
RewriteCond %{HTTP:Accept-Language}
but I can't figure out.
My last try:
RewriteEngine on
RewriteCond ...
0
votes
0answers
21 views
Set base for mod_rewrite [closed]
I have a subdirectory /subdomains/example.com/www/, which is reachable via the url http://www.example.com/. Now I want to do some mod_rewrite stuff in this subdirectory.
Take this as an example:
...
0
votes
1answer
45 views
AJAX URL requests in Drupal 7 on localhost Apache2 don't include base URL or base path
I am currently stuck with a problem in my local Drupal 7 environment. As Drupal 7 site configurations can get very complex, I will try to explain my problem in as much details as possible.
The site ...
0
votes
0answers
9 views
Mod rewrite with two colliding rules
I want to do rewrite, byt my category is "Not Found".
Url like http://something.com/category/product-title works.
Url like http://something.com/service/service-title works.
but
Url like ...
0
votes
0answers
15 views
Rewrite an ecoded string of characters into a query string
I have this in my .htaccess file
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]*)/(.*)$ /share/?type=$1&url=$2 [L,QSA]
What it does when accessing
...
0
votes
1answer
59 views
Adding a common header and authentication system to a folder of thousands of linked HTML files
I have a folder that is basically an archive of thousands of related webpages in HTML format. Think of it as a book or sorts, they are all linked together -- but there are no common PHP includes ...
0
votes
1answer
31 views
Redirect all pages to one page with RedirectMatch
I'm trying to redirect all pages from a wordpress site to a single page in the admin area, here is the .htaccess rewrite rule I have that is not working, I'm not sure what I'm doing wrong? I have two ...
1
vote
2answers
32 views
Allow google to access just one folder and block the rest of site
EDIT: Doing this with robots.txt isn't good enough for me.
This code block entire site from google. I do not know how to keep this code functional but allow google to access one folder on the site.
...
0
votes
0answers
12 views
Search in database depending on URL value Modrewrite/PHP
Is it possible to have something like this:
Whenever someone writes the following in the url:
http://www.example.com/testname
The php script will search in the database like this:
SELECT id,name FROM ...
0
votes
0answers
15 views
modrewrite subdomain redirect with different redirect for file request
Given a subdomain foo.example.com which redirects to example.com/bar.
In addition, if one enters the address example.com/foo it should redirect to example.com/bar.
However, and here is the ...
0
votes
2answers
34 views
Display name in URL from sql
I am having a list of members in my database, which i want to display in my website.
I am using php GET method, and the sample url is
com/members.php?id=454418
Can anyone please help me in getting ...
0
votes
0answers
22 views
Subfolder .htaccess copied RewriteRule compatibility
I'm looking to do this simple rewrite, which in itself is straightforward:
example.com/[home|login] => example.com/?a=[home|login]
RewriteRule ^(home|login)/?$ /?a=$1 [QSA,L]
The Problem: A ...
0
votes
0answers
23 views
Mod_rewrite creating seo friendly links but no database
I am Totally newbie in this thing i have a website that doesn't use any database, link structure in my website look like this
:
...
0
votes
0answers
8 views
Using rewrite URL's in subdomain not work
At the moment, I have this code in the file .htaccess
RewriteCond %{HTTP_HOST} ^domain\.com [NC]
RewriteRule ^(.*)$ http://www.domain.com%{REQUEST_URI} [r=301,NC,NE]
I want, you can use the url's ...
0
votes
1answer
14 views
Unwanted result while using .htaccess for 2 rules
I'm working on a web application with PHP.
I'd like to have clean URLs, so I wrote a .htaccess file for it. Everything is ok, but just for 1 rule.
Look at the code below:
RewriteEngine on
Options ...
0
votes
1answer
17 views
Htaccess redirect and remove last 5 characters
I have 20k+ indexed pages but ~200 have /feed/ added at the end:
http://www.domain.com/page-ID-TITLE/feed/
ID and TITLE are dynamic.
TITLE can have multiple words, it doesn't have a fixed length: ...
1
vote
0answers
57 views
Apache .htaccess: Request exceeded the limit of 10 internal redirects due to probable configuration error
I have a problem with my .htaccess configuration on my server. Using a combination of many pieces of advice i have found on here and my own limited knowledge i have put together a .htaccess file that ...
1
vote
2answers
67 views
How to redirect an old domain name to a new domain name while keeping the old domain name visible in the address bar of the browser?
I'm trying to redirect an old domain to a new subdomain, while trying to keep the old domain visible in the address bar of a browser.
I used htaccess to do it and everything works except keeping the ...
0
votes
1answer
20 views
mod-rewrite condition is not working properly in IIS6
Additional questions for mod-rewrite module coded by Helicon for IIS6. First condition for redirecting IP addresses works as expected. However, I have also added a second rewrite condition that does ...
0
votes
0answers
18 views
Stop .htaccess from targeting a project in the svn repostitory
I have a website under domain name mydomain.com. The site files live in
X:\Apache\htdocs\abcd\
So visiting
http://mydomain.com/index.html
would be viewing
X:\Apache\htdocs\mysite\index.html
I ...
0
votes
0answers
14 views
Internal server error .htaccess, nothing wrong with code?
What is wrong with this code?
it works on my other server but not my new one.
here it is
Options -Indexes
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^(www\.)?(somesite\.mobi)$ ...
0
votes
1answer
19 views
How to remove middle part from URL - mod_rewrite
How to rewrite this url "www.domain.com/index.php?route=custom/static/page" to "www.domain.com/page" in htaccess file, basically just want to take out index.php?route=custom/static/ from urls.
I ...
0
votes
1answer
23 views
Can I access the URL rewritten with mod_rewrite on the client when it's not shown in the URL?
Still on my first attempts with mod_rewrite. I'm currently doing this to rewrite URLs:
RewriteRule ^/(.*)/$ /index.html?app=%1 [L]
RewriteCond %{REQUEST_URI} !^/(modules|html/.*)$
RewriteRule ...
0
votes
2answers
20 views
apache rewrite not working as expected
i am trying to get it so that it rewrite the url into variables for php,
so far, i have:
RewriteEngine On
RewriteRule ^sub/(.*).html$ index.php?sub=$1
RewriteRule ^(.*).html$ index.php?page=$1
...
2
votes
1answer
25 views
How to mod_rewrite a query parameter to a path folder name?
I'm doing my first steps with url-rewriting and can't get the following to work:
In my application, a skin can be loaded by applying query parameter ?skin=some_id to any page in the application. I ...
0
votes
1answer
30 views
htaccess rewrite /product-info.php?pid2246.html to /some-title/pid2246.html
Is it possible to rewrite a path that's like this: /product-info.php?pid2246.html to /some-title/pid2246.html or /pid2246.html/some-title?
If yes, how do you write it in .htaccess? Please explain ...
1
vote
1answer
35 views
.htaccess condition will omit ranges of ip addresses, but that i can modify as i see valid addresses in logs
I have the following in my .htaccess file:
RewriteCond %{REMOTE_ADDR} (\b88\.78\.30\.\d{1,3}|\b182\.\d{1,3}\.\d{1,3}\.\d{1,3}|etc..)
RewriteRule (.*) http://www\.foobar\.com/botcatch.html [I,RP]
...
-1
votes
2answers
63 views
pretty url with $_GET [duplicate]
Im trying to get pretty urls but i don't know anything about htaccess.
trying to get something like
this:
domain.com/?page=login
domain.com/?page=user&uid=2
to:
domain.com/login/
...
0
votes
1answer
20 views
Redirect to a specific subfolder using htaccess
Here's my folder structure:
website.com
main
sub1
sub2
...
0
votes
1answer
38 views
Apache mod_rewrite rule for complex sitemap + index xml files
We manage sitemap (sitemap.org) files that have in the range of 500k links, which are changing often enough that we want to dynamically generate them, don't worry, we'll cache the results for a period ...
0
votes
1answer
30 views
.htaccess rewrite rule to change a path to a query string
I'm working on a project and need some help with rewriting some URLS...
We have a URL such as
http://www.example.com/page/a-c/
I need it to be interpreted by the server as:
...
0
votes
2answers
22 views
Rewrite $_GET to/$1/$2
I have next form:
<form action="/" method="get" name="main">
<select size="1" name="type" id="sel" class="dropdown">
<option value="Class1" >YES</option>
...
0
votes
0answers
22 views
Apply regex to server variable in RewriteCond
RewriteCond %{HTTP_HOST} ^img\.example\.loc$ [NC]
RewriteCond %{REQUEST_URI} !^/example/working/
RewriteRule ^([a-z0-9-_\ ]+)?/?(max|min)/([0-9]+)/([a-z0-9-_\ ]+\.[a-z]{2,6})$ ...
1
vote
1answer
54 views
.htaccess, check if RewriteRule Regex exists as a file or dir
In order to check if a file eixists (does not exist), I'll write something like that
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^((en|es|de)/)?([a-z0-9\+_-]+)/?$ something.php?hl=$2&seoq=$3 ...
0
votes
0answers
55 views
Redirect to Laravel from external folder
I'm having some problems with mod_rewrite config for laravel installation from external folder.
Root folder:
.htaccess
en/index.php (page in english lang)
ru/index.php (page in russian lang)
...
0
votes
0answers
25 views
Multiple domain, and URL Rewriting
I'm trying to bind different domain names on a single PHP platform.
All requests on this platform are performed on a "core.php" file, at apache www root level.
For example i'll access one application ...
0
votes
1answer
30 views
How to get parameters through mod_rewrite
I have been searching for a long time now with no success, and I am almost there. However, I need to create this rule:
www.webpage.com/index.php?variable=x
to
www.webpage.com/x and ...
-2
votes
1answer
24 views
Apache 500 error configuration [closed]
I'm currently trying to configure my server so that any missing pages will gracefully error out on a 404 custom page. Unfortunately, everything appears to be erroring to a 500 Internal Server Error.
...
0
votes
0answers
19 views
Different Domains with URL Re-Writes
I have several areas of my website which content authors want they content to be available at their own domain name for identity and advertising reasons. I want to avoid setting up additional ...
-1
votes
2answers
20 views
(mod_rewrite) Redirect / cloack to subdirectory [closed]
I'm trying to redirect
http://www.domain.com
to
http://www.domain.com/subdir/
with "/subdir" being cloaked from the user. At least in his url-bar.
What I figured out based on my rudimentary ...
0
votes
1answer
21 views
Apache: Remove “www.” and redirect to sub directory [closed]
On my web server I have installed Wordpress to a sub folder /wp.
Now I want to use Apache's mod_rewrite to achieve the following:
Redirect all www.domain.com traffic to domain.com
Redirect all ...



