&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
url-rewriting
0
votes
0
answers
49
views
Problem with org.tuckey.web.filters.urlrewrite and tomcat 5.5
I'am developing an application with spring roo, and i must deploy it in a tomcat 5.5. At developing time I use jetty and have no problem, but when I…
java
spring
web
tomcat
url-rewriting
asked
June 24, 2011 12:44 pm CDT
gvaldez
1
vote
2
answers
28
views
Htaccess - Rewrite to capture friendly URL or querystring
I'm trying to come up with one or more rewrite rules that will take either a friendly url or a url containing the full query string. The plan is to…
php
.htaccess
url-rewriting
asked
June 24, 2011 8:51 am CDT
user287212
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
30
views
Regular expression for replace?
I am trying to replace relative url from /abc/bbc.do?count=1 with /bbc.do?count=1 using urlrewritefilter but when I am using the regular expression…
regex
url-rewriting
urlrewrite
asked
June 23, 2011 2:26 pm CDT
Chandra
0
votes
2
answers
23
views
Redirecting domain.com to www.domain.com
I want to redirect all requests to http://domain.com to http://www.domain.com , hence I use the following .htaccess placed in the root of my site:…
.htaccess
mod-rewrite
url-rewriting
asked
June 23, 2011 10:03 am CDT
pandronic
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
0
votes
1
answer
33
views
Rewrite Conditios in htaccess file
RewriteCond %{HTTP_HOST} ^mysite.com$ RewriteCond %{REQUEST_URI} ^/ex-ex[/]* RewriteRule ^(.*)$ /subsite/ex [R=permanent,L,NE] I am redirecting…
.htaccess
mod-rewrite
url-rewriting
apache2
asked
June 22, 2011 1:41 am CDT
kantu
0
votes
1
answer
34
views
Rewriting a URL with RegEx
I have a RegEx problem. Consider the following URL: http://ab.cdefgh.com/aa-BB/index.aspx I need a regular expression that looks at "aa-BB" and, if…
asp.net
regex
url-rewriting
asked
June 21, 2011 4:45 pm CDT
Code Sherpa
0
votes
0
answers
39
views
How url rewrite works?
How web server implements url rewrite mechanism and changes the address bar of browsers? I'm not asking specific information to configure apache,…
webserver
http
url-rewriting
asked
June 21, 2011 2:28 pm CDT
cirne100
0
votes
5
answers
41
views
How url rewrite works?
How web server implements url rewrite mechanism and changes the address bar of browsers? I'm not asking specific information to configure apache,…
http
server
browser
url-rewriting
httpwebrequest
asked
June 21, 2011 2:24 pm CDT
cirne100
0
votes
1
answer
31
views
RewriteRule exception for static page outside WordPress
I'm searching Google since at least 20 minutes and I can't believe it's that hard to find... It should be pretty easy but I can't figure it out...…
wordpress
.htaccess
mod-rewrite
url-rewriting
asked
June 21, 2011 11:04 am CDT
ecchymose
0
votes
2
answers
30
views
How to rewrite url with post title slug?
Consider a url www.example.com/paper-ads-details.php?req=43397&rnd=1308546000 I want to change this urls as: www.example.com/jobs-in-chanai.php…
php
.htaccess
url-rewriting
asked
June 21, 2011 1:26 am CDT
Sohail
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
2
answers
59
views
Rewrite Rule https://www to https:// IIS7
I've received my ssl certificate on a shared hosting provided and installed it successfully. The certificate is prepared for mysite.com, not for…
asp.net-mvc
iis7
ssl
url-rewriting
ssl-certificate
asked
June 19, 2011 12:31 pm CDT
Greg
0
votes
1
answers
25
views
URL safe characters RegEx that will allow UTF-8 accents!
I'm looking for a RegEx pattern to use in a replace() function that will keep URL safe characters, but include UTF-8 characters with accents. For…
regex
url
url-rewriting
seo
regex-negation
asked
June 18, 2011 1:11 pm CDT
Mohamad
0
votes
1
answer
33
views
How to redirect everything internally using htaccess and mod_rewrite?
I want to process all the requests to a domain using a single php script. For example: www.domain.com/something.php -> would be loading ->…
.htaccess
url
mod-rewrite
redirect
url-rewriting
asked
June 18, 2011 12:57 pm CDT
riviraz
0
votes
2
answers
29
views
Changing URL with query string
I have been looking and looking around on the web for an answer for my question. But everything is just not the right thing. So my issue is: I'm…
php
.htaccess
url-rewriting
asked
June 18, 2011 7:47 am CDT
Kolind
0
votes
1
answer
36
views
How to avoid URL and directory match problem when editing .htaccess file ?
I have the following lines in the .htaccess file in the site directory: RewriteEngine On RewriteRule ^([a-z]{1}[a-z0-9_-]{3,20})$…
.htaccess
mod-rewrite
url-rewriting
asked
June 17, 2011 8:59 am CDT
forbdn
0
votes
0
answers
22
views
Using .htacces to mask a URL, make the subdomain the root domain
I currently have a cms which builds microsites in subdirectories. So the mainsite is the root and each subsite is in a subdirectory. eg root =…
.htaccess
url-rewriting
domain
url-masking
domain-masking
asked
June 17, 2011 5:06 am CDT
zander
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
Pages
:
1
|
2
|
3
|
4
|
5
>
[16]
304
url-rewriting
Tagged:
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