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.

learn more… | top users | synonyms (3)

0
votes
0answers
25 views

.htaccess 301 redirection removing white space [duplicate]

My site link is containing name with lots of white space in parameter. file.php?dir=Songs/Bollywood%20Mp3/I%20Dont%20Luv%20U-2013 file.php?dir=Songs/Bollywood%20Mp3/Go%20Goa%20Gone-2013 ...
0
votes
0answers
20 views

How to remove .php file extension using mod_rewrite in httpd.conf, NOT in .htaccess?

I know that to remove .php file extensions in .htaccess we use the following code: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php But I what ...
0
votes
0answers
10 views

How to use mod_rewrite in httpd.conf file to remove .php extensions?

I know that there are countless examples online of how to use mod_rewrite in a .htaccess file to remove .php extensions. I found this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond ...
3
votes
2answers
27 views

Apache mod rewrite for dynamic pages

I'm having a problem with my mod rewrite rule that I wrote for my website, nothing seems to change as my pages URL are loading the same as before, if anyone could have a look at it and let me know if ...
0
votes
1answer
19 views

mod_rewrite for specific url only

I'm into rewriting a url in different ways. I mean I want to know how to use mod_rewrite so I can do the following: 1- convert a .php to html for a speific url i.e: from www.mydomain.com/news.php to ...
0
votes
2answers
20 views

Htaccess Not Working - Redirect 301

Due to some bad URLs, we generated some links that don't work and I want to redirect them with a 301 redirect to clear up some webmaster tools issues with Google. So, we have this URL like this: ...
0
votes
0answers
33 views

codeigniter .htaccess not working to hosting [closed]

How change "RewriteBase /www.myweb.net/" to web hosting for working ? RewriteEngine On RewriteBase /www.myweb.net/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ...
0
votes
2answers
24 views

Only redirect the parent folder and not sub folder .htaccess

I am struggling with a redirect rule for the following scenario: Parent folder/site (landing page) /about/leaders Sub sites (link to profile) /about/leaders/name1 /about/leaders/name2 I need to ...
0
votes
2answers
21 views

301 redirect but change URL to all lower case in apache

I'd like to set up a 301 redirect in Apache to change the case of the original address before redirecting. So for example if someone enters: www.website1.com/UsErOfMiXedCase it should forward to ...
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 ...
0
votes
1answer
20 views

RewriteRules stop working when I add a VirtualHost

I have a bunch of RewriteRules that are working fine, and must exist to every hostname that the server replies to. An example: RewriteRule ^/file\.js /var/pear/Package/file\.js [QSA,L] Now, I ...
2
votes
1answer
43 views

.htaccess dynamic variables from php?

I'm trying to find a way to dynamically change the root folder of a site. I currently set the root folder with the following: RewriteCond %{DOCUMENT_ROOT}/foo/bar%{REQUEST_URI} -f RewriteRule ^(.*)$ ...
0
votes
2answers
38 views

Redirect to public folder when using ZF2

I'm using ZF2 (Zend Framework 2, v2.2) and I would like that http://www.foo.com/path/to/app/ redirect to the public folder. I've tried a lot of solution but not of them allow the url to point to ...
0
votes
2answers
52 views
+50

htaccess - One clean URL working but not the other

htaccess files have never been a strong point for me unfortunately. I'll just jump right in: #Turn RewriteEngine on Options +FollowSymLinks RewriteEngine on #Canonicalize URL ...
0
votes
0answers
8 views

How to move old static webpages from htmlroot to subdirectory without rewriting its html code and still have access via old URL

Old static webpages sitting in htmlroot and having stylesheet and script like below, plus other htlm documents having URLs relative to root. <link rel="StyleSheet" href="/style.css" ...
0
votes
1answer
22 views

mod_rewrite - replace word or character in url

Am trying to mod_rewrite a URL, but unfortunately without any luck. http://mywebsite.com/gallery/mycustom-gallery/linkid417 Should be changed to: http://mywebsite.com/gallery/mycustom-gallery/#417 ...
-2
votes
1answer
22 views

Mod Rewite create seo friendly links [closed]

most of my website links are link this example: http://telelivesports.com/index1.php?option=com_lsh&view=lsh&event_id=152085&tid=378312&channel=0&tmpl=component&layout=popup ...
-2
votes
0answers
11 views

I change part of site web structure and want to make RedirectMatch permanent [closed]

In my old site web structure i'm using requests like www.mydomain.com/fiche.php?id=45 in my new structure these requests are : www.mydomain.com/annuaire.php?detail=fiche&id_marq=45 how ...
0
votes
1answer
12 views

Rewrite with relative path

I am going nuts over a reqrite rule on my local machine... i even enabled the rewrite log and this is what i get from a single page load on the url it should rewrite: ip - - [21/May/2013:08:13:18 ...
0
votes
1answer
20 views

How to apply the Rewrite rules in php page links so that while rendering the page links get converted to rewrite rule

I am using the apche mod_rewrite applying some reules in .htaccess file, Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ...
0
votes
4answers
36 views

mod_rewrite domain to directory

I want rewrite example.com url to example.com/ru For example if url is example.com/books I want have example.com/ru/books I think I can't this do with header() function This method is also ...
0
votes
1answer
18 views

simple permanent redirect 301 dynamic url to static url page

what is best rule for 301 redirect http://iwanet.org/iwa-membership/51?start=4 to this page http://iwanet.org/about/web-professional-standards/
0
votes
0answers
31 views

Persistent Query Breaking Mod_Rewrite

I have links like this example.com/content-main example.com/content-main-alternate example.com/one-level-down/deeper-level-down/content-buried that map successfully to ...
1
vote
1answer
20 views

Remove specific query string key/value pairs in htaccess (but leave others intact)

I'd like to build an ISAPI_Rewrite 3 "RewriteRule" to handle the following permanent redirects: ╔════════════════════════════════╦════════════════════════════╗ ║ Input ║ ...
0
votes
1answer
13 views

Redirect all sub domain to another domain apache

I want to redirect all sub domains of my webserver sites that start with mail to a https://anotherSub.domain.com How can i do it? Put this at the top of the yours default apache config file ...
1
vote
2answers
10 views

.htaccess redirect if search word has some string before it

I need help with creating some .htaccess rules. Currently I have this: RewriteEngine On Redirect 404 /favicon.ico #Check if request was made for RSS feed RewriteCond %{REQUEST_URI} ...
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 ...
0
votes
1answer
17 views

How to remove index.php from middle of URL

I am using .htaccess redirection rule for removing index.php from URL and it works good when I try to access mysite.com/index.php redirecting me on mysite.com. Redirection rule I use in .htaccess is ...
0
votes
1answer
24 views

Using .htaccess to change directory in url

I am trying to change the url that is displayed in the address bar from mysite.com/blog/wedding-hair/ to mysite.com/services/wedding-hair/ using .htaccess. Using answers from: assigning different ...
0
votes
0answers
20 views

.htaccess rewrite rules: category id page not being changed

I'm new to rewrite rules in .htaccess, and I'm having some trouble. I have the following working well, so that www.mydomain.com/index.php is changed to www.mydomain.com Options +FollowSymLinks ...
0
votes
2answers
14 views

Pattern match 301, retaining one querystring parameter

Been scratching my head over this one. I have a URL format I need to redirect and only need one part of the querystring. Example URL: ...
0
votes
0answers
17 views

how made rewrite rule in htaccess?

I have a link as /ru/office/rent/index.html?search=table&page=2 Ru, office, rent can change. It can have much more get-params. How can it makes ...
0
votes
1answer
11 views

Mod_Rewite Exclude a url (URI Exception)

I am using this mod-rewrite rule to redirect the just the homepage of my site to the /it/ sub-directory on the same site. RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond ...
0
votes
1answer
23 views

Invalid Subdomains of Addon Domains Show Content Fom Main Domain

I have a website - www.example.com. There is content at www.example.com/content.html. I have an addon domain called www.addon.com. If I type invalidsubdomain.addon.com/content.html into the address ...
0
votes
0answers
24 views

RegEx and Mod_rewrite to convert dynamic to static URLs and static to dynamic URLs

I have two intertwined problems to solve. My stock photography website is driven by a PERL-scripted program called ImageFolio, purchased in 2005. The program allows for display of photos by ...
0
votes
0answers
9 views

Installing php app in AWS, everything works but urls with “search”

I have a little system with a REST service. It works perfectly in AWS, except anything containing /search/ in the URL, like http://server.com/search/a, if you use /find/ for the same, it works. I ...
0
votes
1answer
17 views

Deny direct access to files but allow query strings in htaccess

So I browsed through all the htaccess solutions but none are good for my scenario... Basically I want to deny direct access to all file types except the ones listed, like this: Order Deny,Allow Deny ...
-1
votes
0answers
25 views

HTACCESS not working on 1and1

I worked on a little CMS on localhost using htaccess and a custom TPL system. It works great on localhost, but I believe the htaccess isn't working on my 1and1 webserver. Any help? Here is the ...
0
votes
2answers
35 views

mod rewrite won't accept my slash

I've just started with mod-rewrite and I can't figure something out. This works RewriteRule ^client-(.*)?$ clients.php?client=$1 [NC] This doesn't RewriteRule ^client/(.*)?$ clients.php?client=$1 ...
0
votes
1answer
19 views

htaccess rewrite all subdomain to index.php

I know this question has been asked a lot but I don't know why it does not work for me :-? this is my htaccess: Options +FollowSymLinks IndexIgnore */* # Turn on the RewriteEngine RewriteEngine On # ...
1
vote
1answer
17 views

Exception to rewrite rule

I have an existing .htaccess file in my site route. I am not familiar with rewrite syntax and need the following done: My site runs Zend and uses routing A previous developer added rules to remove ...
0
votes
1answer
15 views

mod_rewrite based on current HTTP_HOST and HTTP_REFERER

Is it possible to make such check with htaccess mod_rewrite - If a referer domain is example.com and current host is www.example.com then redirect the user to example.com domain. The meaning is to ...
0
votes
0answers
19 views

Is rewriteCond doesn't work with semicolon?

I've ask this rewrite rule for Everything but certain pattern question. Well, the problem is still the same. I have the following htaccess: <IfModule mod_rewrite.c> # Options ...
2
votes
2answers
38 views

Why is this [L] flag failing to prevent application of the next rewrite rule?

I thought the "L" flag was supposed to prevent subsequent rules from being applied. Yet in this example: RewriteRule foo bar [L] RewriteRule bar qux I get http://mysite/foo rewritten as ...
0
votes
1answer
20 views

Godaddy Ubuntu 3.6 mod_rewrite issues

I have been at this for 3 hours and cannot seem to get mod_rewrite to work with GoDaddy on a shared server under a subdomain. I have an app in a subdirectory and I've used the same rules before on ...
1
vote
1answer
23 views

htaccess redirect specific url to another domain

I want to redirect specific URL with params to another domain http://domain.tld/buy/?w=X1234 to http://anotherdomain.tld/product.php?id=X1234 Here my htaccess RewriteCond %{REQUEST_URI} ...
-1
votes
0answers
34 views

Generate Random Number Instead Original URL [closed]

I Have a script located in a subfolder like this: mysite.com/subfolder/index.php I will change the /subfolder/index.php to a random number like /534564/page.html and 998765/link.php to disallow ...
0
votes
2answers
12 views

Using or ( | ) statement in .htaccess rewrite rules

Instead of writing 2 rewrite rules for pointing to the same page, I though I would be able to do this with one rule using the Or statement ( | ): RewriteRule ^([\d]+)-post[\d]*\.html|#post([\d]+) ...
0
votes
1answer
20 views

MVC htaccess rewrite - hide index

I have a basic MVC structure with a restful uri design of: mysite.com/appdir/:index/:controller/:action/ and I want to hide the index route parameter so my uri looks like: ...
0
votes
0answers
33 views

Conflict with 3 different RewriteRules in .htaccess?

I'm using the below in my .htaccess file. There 3 types of redirects: redirect to directory /admin/index.php redirect to specific .php files e.g. /about redirect to user profile page from /John ...

1 2 3 4 5 223