&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
apache url-rewriting
0
votes
1
answers
31
views
Help with simple mod_rewrite needed
My site uses mod_rewrite for most URL's within the site. eg. domain.com/contact.htm domain.com/product/details.htm I've had domain.com/contact.htm…
regex
apache
.htaccess
mod-rewrite
url-rewriting
asked
June 23, 2011 6:09 pm CDT
Craig White
0
votes
1
answer
25
views
Site Redirect, really odd
I just set up Invision Powerboard on my server (Ubuntu 10.10). We have the name server pointing to my IP via dns record (outside that hosting). When…
apache
ubuntu
url-rewriting
asked
June 23, 2011 8:51 am CDT
Kevin Brown
1
vote
0
answers
30
views
URL Rewrite to subdomains?
say i have a website with /article.php?id=1&category=Minecraft&Name=Lorem+Ipsum and /topic.php?category=Minecraft how would i setup url…
apache
.htaccess
mod-rewrite
url-rewriting
asked
June 19, 2011 8:44 pm CDT
David Knag
0
votes
3
answers
41
views
How to rewrite my url?
Hy! I'm developing a web site and have a small problem with .htaccess . Problem: how to rewrite urls? From:…
web-development
apache
.htaccess
url-rewriting
urlrewrite
asked
June 16, 2011 2:08 pm CDT
human
-1
votes
1
answers
33
views
.htaccess and rewriting rules
how can i rewrite something like this http://website.com/sub.php?cat_id=3&photo_id=324 into something like this http://sub.website.com/3/324/…
apache
.htaccess
mod-rewrite
url-rewriting
asked
June 11, 2011 8:16 am CDT
Alexander
3
votes
4
answers
27
views
One url rewrite rule for 6 scenarios
I have a rewrite rule that works for my index page RewriteRule ^index$ index.php [L] RewriteRule ^index/$ index.php [L] RewriteRule…
php
regex
apache
url-rewriting
asked
June 8, 2011 5:26 am CDT
Belonwu Ogugua
0
votes
1
answer
30
views
How to rewrite urls that go thorugh apaches mod_proxy
I have configured my apache 2.2 server as a simple forward proxy using mod_proxy and mod_proxy_http. When the client requests a URL of the following…
apache
mod-rewrite
proxy
url-rewriting
mod-proxy
asked
June 5, 2011 10:29 am CDT
Joe Hopfgartner
0
votes
0
answers
53
views
Nginx equivalent to Apache MultiViews?
If you put this in your .htaccess file Options MultiViews and you have these files stuff/ howto.html index.php items.php then all of these web…
apache
url-rewriting
nginx
multiviews
asked
June 4, 2011 11:09 am CDT
Andrew Banks
0
votes
1
answer
32
views
Mod_rewrite Internal rewrite with the new URL showing
I am using Mod_Rewrite to rewrite (internal) some old pages to new pages on my site. This works: RewriteRule ^thispage\.html$ thatpage.html The…
apache
.htaccess
mod-rewrite
redirect
url-rewriting
asked
June 3, 2011 7:39 pm CDT
Terry
0
votes
0
answers
30
views
"Rule caching" in .htaccess - How to force apache to re-read a modified .htaccess?
I am reorganizing the link structure of a dynamic php-based site of mine. What I am trying to obtain is: redirect old links onto new ones; create…
apache
.htaccess
url-rewriting
asked
June 3, 2011 5:39 am CDT
Antonio Sesto
0
votes
3
answers
29
views
Apache and Rewrite url problem
hi, i have some problems with url rewrite i need trasform that url News/?a=shownews&id=53 to index.php?m=News&a=shownews&id=53 i tried…
apache
url-rewriting
asked
May 26, 2011 4:58 pm CDT
oscurodrago
0
votes
1
answer
32
views
.htaccess redirect 301 using rewrite rule
I'm trying to beautify some urls. I configured the htaccess file so my urls are changed: old url: http://mysite.com/index.php?id=45tye4 new url:…
apache
.htaccess
mod-rewrite
redirect
url-rewriting
asked
May 26, 2011 4:24 pm CDT
php html
0
votes
1
answer
24
views
URL rewriting problem
I have this URL rewrite rule in my .htaccess RewriteEngine on RewriteRule ^home$ home.php but when I try to reach awatag.com/home I get a 404 error.…
php
apache
url-rewriting
asked
May 26, 2011 12:12 pm CDT
Aegidius
0
votes
0
answers
32
views
Adjust what the user sees in the URL? (hide a directory)
Is there a way to hide a directory in the URL from a visitor to my website? I want them to be on "http://www.mywebsite.com/Facilities/Fishing", but…
apache
.htaccess
url
url-rewriting
redirection
asked
May 25, 2011 9:05 am CDT
realcheesypizza
1
vote
2
answers
32
views
RewriteRule needed
I would like to redirect all: <a href="filename"></a> to <a href="get.php?filename"></a> I have started to RewriteRule…
apache
mod-rewrite
url-rewriting
asked
May 24, 2011 8:27 am CDT
Arman
0
votes
2
answers
32
views
Routing URLs in PHP
I'm currently working on a little web page project. I decided to use Apache (no idea of version), PHP (5.1.7, version imposed by my service…
php
apache
url-rewriting
url-routing
dwoo
asked
May 23, 2011 5:26 am CDT
bebraw
0
votes
2
answers
43
views
Removing 'index.html' from url and adding 'www' with one single 301 redirect
In order to remove index.html or index.htm from urls I use the following in my .htaccess RewriteRule ^(.*)index\.html?$ "/$1" [NC,QSA,R=301,NE,L]…
apache
.htaccess
mod-rewrite
redirect
url-rewriting
asked
May 19, 2011 9:04 am CDT
Marco Demaio
1
vote
2
answers
31
views
Url Rewrite for year, month and day
I want to achieve something like this: http://example.com/year/month/day instead of http://example.com?year=yyyy&month=mm&day=dd I want it…
php
apache
url-rewriting
asked
May 18, 2011 2:41 am CDT
Ogugua Belonwu
0
votes
2
answers
31
views
Url Rewrite in a different way
I am used to rewriting links like this: http://example.com/ category /banking-jobs :: RewriteRule ^category/([^/]+)/$ category.php?id=$1 [L] where…
php
apache
url-rewriting
asked
May 15, 2011 12:29 pm CDT
Ogugua Belonwu
0
votes
1
answer
35
views
Url rewrite in apache based on cookie value
Hi All, can we write rewrite rules in apache based on the value available in cookie. below is the sample cookie value (from firebug). In this i need…
apache
mod-rewrite
cookies
url-rewriting
session-cookies
asked
May 11, 2011 5:37 am CDT
gnanz
Pages
:
1
|
2
|
3
|
4
|
5
>
[6]
101
apache url-rewriting
Tagged:
apache + url-rewriting
Related Tags
mod-rewrite
× 142
.htaccess
× 131
apache
× 101
php
× 44
regex
× 40
url
× 33
apache2
× 26
rewrite
× 23
nginx
× 22
redirect
× 20
wordpress
× 14
asp.net
× 13
iis7
× 10
iis
× 9
urlrewrite
× 9
seo
× 7
codeigniter
× 7
url-routing
× 6
http
× 4
web-development
× 4
lighttpd
× 4
dynamic
× 3
c#
× 3
fastcgi
× 3
tomcat
× 3
ssl
× 3
symfony
× 3
redirection
× 3
linux
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy