0
votes
0answers
17 views

Apache ProxyPass exclude domain from virtual host

I am performing some reverse proxies on my apache server, but I'm running into some problems. I have a it proxying pages from another server which works fine with the following example: ProxyPass ...
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
2answers
19 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
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
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]+) ...
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
37 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
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 ...
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] ...
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 ...
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
3answers
42 views

How make this htaccess redirect correctly

I want to redirect this urls using htaccess RewriteRule: news/tags/video to news.php?t=video news/tags/interview to news.php?t=interview news/tags/news to news.php?t=news the urls: ...
0
votes
1answer
18 views

Regex is deleting the last character

In implementing clean URLs I wanted to map http://www.pikspeak.com/iframe/3/bird?autoplay=true to http://www.pikspeak.com/iframe.php?id=3&img=bird&autoplay=true using the following regex ...
0
votes
2answers
45 views

Change IP addresses to regex

Is there a way to use regular expression search and replace function in notepad++ to change ip addresses to a range for below? With below RewriteCond %{REMOTE_HOST} ^14.96.0.0/14 RewriteCond ...
1
vote
0answers
35 views

How to add .htaccess {REQUEST_URI} at the end of this Rewrite Rule? [duplicate]

Im making a site where users can create subdomains with files, folders etc. these sites go into a folder called websites so it will be site.com/websites/subdomain.site.com I only need to get ...
0
votes
2answers
34 views

RewriteRule not working as expected with mod_rewrite

I'm making a website, just running from localhost with xampp at the moment. I'm using mod-rewrite to redirect everything to my index, which works so far. # From /somepage # To ?site=somepage ...
0
votes
0answers
45 views

Lighttpd pass get parameters with mod_rewrite

I got a problem with mod_rewrite. Environment: PHP version: 5.2.6 Lighttpd version: 1.4.24 There's a PHP script which takes parameters like this: Get information (GET) NOTE: The number of ...
1
vote
1answer
35 views

Redirecting specific parameters to subfolders

I've been searching around a bit, but unfortunately I'm still at a loss when it comes to this problem, and being far from a veteran with .htaccess, I've been unable to work out a solution to my ...
2
votes
1answer
35 views

How do I mod_rewrite this URL?

I have a URL www.domain.com/catalog.php?category_title=widgets I want to mod_rewrite it to www.domain.com/widgets/ I've tried RewriteEngine On RewriteRule /([^/.]+)/[?]*[^\/\.]*$ ...
0
votes
1answer
28 views

.htaccess mod rewrite for 10 letter alpha numeric “word”

I am trying to redirect people who add an Amazon ASIN (10 letters/numbers) to the end of my domain... mydomain.com I want them to format their url's like so: mydomain.com/B008XCFLTM Someone gave ...
0
votes
2answers
37 views

.htaccess Rewrite “external” subdomain to subfolder if match

Lets say i have wildcard subdomains on an external domain, can be anything like demo.site1.com blah.site1.com and have directories like these on an external websites ...
0
votes
0answers
22 views

The following modrewrite is generating a server error and I can't work out why

The following .htacess file is throwing up a server error on every url, and is also breaking the images / css references. This modrewrite has been taken from Neil Crosby's answer mod_rewrite to ...
0
votes
1answer
48 views

htaccess regex Keep spiderbots outside

I can't get this part of the htaccess working : RewriteEngine On RewriteBase / RewriteCond %{HTTP_USER_AGENT} ...
0
votes
1answer
22 views

Forbidding external domain access

Question: I would like to allow only my website's form; <form action="link" to navigate to www.domain.com/link when my form is submitted. But to deny direct access to the URL www.domain.com/link. ...
0
votes
1answer
28 views

How clean the url in .htaccess? [duplicate]

I have the following structure: http://website.com/dir1/dir2/article.php?id=315&lang=EN I would like the above to appear as: http://website.com/dir1/article/315/ How can this be accomplished in ...
0
votes
2answers
18 views

Adding a third Mod Rewrite - mod_rewrite

guys. I'm trying to add a third rewrite condition in my .htaccess. The problem is, I have no idea how to add another one. So if anyone has a good in-depth tutorial on it I would be greatful. Anyway ...
1
vote
1answer
46 views

How to block all incoming proxy visits except from one specific I.P?

I have a page that is prone to attacks, so, in order to reduce the anonymous attacks, I use this code in my .htaccess which I found online : # BLOCK PROXY VISITS <IfModule mod_rewrite.c> ...
0
votes
3answers
65 views

Why does “RewriteRule (.*)” fails, and RewriteRule .* works?

I've placed this .htaccess in my root folder: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule (.*) public/$1 [L] </IfModule> It causes a 500 Internal server error ...
2
votes
1answer
25 views

Getting a rewriterule syntax to be correct

I'm trying to write a rewriterule to put into my .htaccess. What i need accomplished is: https://a.b.com/?bunch_of_stuff to become https://www.b.com/?bunch_of_stuff i.e., in the URL, I want to ...
0
votes
0answers
40 views

Apache RewriteMap not working

I'm trying to rewrite some of my URLs using an apache RewriteMap. I'd like to transform www.mywebsite.com/?p=category&id=xxxx in www.mywebsite.com/category/channel/program/personnality I ...
1
vote
1answer
54 views

.htaccess: Redirect user to specific page if he accesses directory

I'm currently working on ironing out some little problems with my website and prep it for SEO a little bit. I followed Google's SEO Optimization guide and found this quote: Consider what happens ...
0
votes
4answers
39 views

Redirect all to base domain

I would like to redirect all pages like: www.mydomain.com/test www.mydomain.com/test2/test3 and so on ... to always base www.mydomain.com How can i do this? RewriteCond %{HTTP_HOST} ...
0
votes
1answer
40 views

mod_rewrite rules defintion

i have a Problem with my .htaccess/mod_rewrite: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^sometest/(.+)/page/([0-9]+)$ ...
1
vote
1answer
26 views

regexp + modrewrite just work

Im trying to redirect old Google cached links to our new site. So it works in my regexp editor but not in my htacess file? The first rule seems to work but the second does not. I've left examples ...
0
votes
2answers
64 views

.htaccess Pretty URL not displaying correctly with redirection

I am trying to configure a dynamic mod rewrite rule in my .htaccess file using mod_rewrite. I am very close to figuring this out. I am trying to get URLs like these: ...
0
votes
1answer
79 views

.htaccess null variable giving 403 forbidden error

I am using .htacces file like this: RewriteRule ^folder/(.*).html$ file.php?mode=$1 [L,NC] There are no problem like this URL: http://www.example.com/folder/qwerty.html But it is giving 403 ...
0
votes
1answer
40 views

How do I make optional character matches in regex for htaccess?

The following matches sPdD8zGZ4V7E but not sPFCUCcSewhU RewriteRule ^([a-zA-Z0-9]+)$ poem.php?url=$1 [L] How do I make it so that a-z are optional, A-Z are optional, and 0-9 are optional?
0
votes
1answer
26 views

Url rewrite must start with and not ends with

I want a rewrite rule which checks a url. It should start with a condition and should not have an extention. This is the rule I created for so far: RewriteRule ^admin/?(.*)$ ...
1
vote
1answer
41 views

how do i can write regular expression for URL

Im going to use regular expression for get some section of my URL. I have these two URLs. http://site/post/post-link http://site/post/post-link/ I can use below code for get post-link from 1st ...
1
vote
1answer
52 views

.htaccess rewrite rule for adding a trailing slash by unmatching a string in the URL

The following .htaccess rule un-matches string admin and adds a trailing slash(/) to that URL if admin is not found in the URL RewriteRule ^((?!admin).)*((?!\/).)$ /$1/ [L,R] But it has an error, ...
0
votes
3answers
34 views

How to get url with unmatched string

I want a URL which does not include a particular string like admin and which does not have a trailing slash(/) For example following are the URLs having sub string admin 1. ...
0
votes
0answers
20 views

Mod rewrite absence of a string

Why I am fairly new to mod_rewrites and have been trying to figure out how to do this for a little while now. I have looked for answers but my problem still exists. I'm sure it's something stupid I ...
0
votes
0answers
32 views

How to redirect all wordpress posts permalinks to a subfolder?

This is my permalink structure: /%category%/%postname%.html now i moved the blog to this subfolder: old/ What would be the .htaccess mod_rewrite to 301 redirect all links?
0
votes
1answer
21 views

Recurring RedirectMatch in htaccess

Disclaimer: I am not very good with mod_rewrite or regex. I have the following in my root .htaccess: RedirectMatch 301 ^(.+\.pdf)$ files/$1 What I want to achieve is that any file with the ...
0
votes
1answer
69 views

Multiple RewriteBase in apache

I rarely dabble in the server side setup. Here is what I am attempting to do in my .htaccess file. http://domain.com/variable should rewrite to http://domain.com/home.php?aid=variable To do this I ...
0
votes
2answers
52 views

Trying to match both subdomain and path with a RewriteRule, getting only the subdomain

I'm doing some tests in a local project (using vHosts). I've managed to create a RewriteRule to redirect something.kensaku.com to www.kensakuapp.com/something, but I'd like to redirect ...
-1
votes
1answer
15 views

regex matching in mod_rewrite

I have a mod_rewrite rule as follows: RewriteRule tshirt[s]*$ /thsirt.php The idea being that myurl.com/tshirt and myurl.com/tshirts should both redirect to tshirt.php. myurl.com/tshirt redirects ...
-1
votes
1answer
86 views

Apache - Reverse proxy [closed]

I am using Apache 2 and using the below virtual host definition in httpd.conf file <VirtualHost *> ServerName localhost ProxyPass / http://localhost:8080/stackoverflow/ ...
1
vote
1answer
49 views

RewriteRule- regex for selecting a string

Sorry for the bad title of the question. My question is that I want to perform an internal rewrite on the following 3 url patterns only localhost/abc localhost/def localhost/xyz Substitution is : ...
0
votes
0answers
49 views

mod_rewrite solution works as planned, but breaks my wildcard subdomains

I need help rewriting my URL with my .htaccess file Here's how my URLs look: www.website.com/?p=admin&i=items&x=375 I'd like them to look like this: website.com/admin/item/375 The p, i, ...

1 2 3 4 5 14