Tagged Questions

0
votes
0answers
11 views

mod_rewrite and changing ports

I have a Django powered app running on Apache on port 8080. I have nginx running on port 80 that acts as a proxy to Apache. Some requests in the app (Posts to some forms) add the Apache port. I …
0
votes
2answers
73 views

Nested URLs and Rewrite rules in Apache2

Hi, I need some help with rewrite rules and nested URLs. I am using TikiWiki for my website and am in the process of setting up SE friendly URLs for my projects. Specifically, I have the following …
0
votes
2answers
36 views

Mod Rewrite complete befuzzlement

Hi Guys, Here is my .htaccess file Options +FollowSymlinks RewriteEngine On RewriteBase / RewriteRule subpage\?sid /index.php [R=301,L,NC] My request is http://example.com/subpage?sid It keeps …
0
votes
1answer
23 views

Apache rewriteRule for root directory

I used to have the following rule in my .htaccess while building a website: RewriteRule ^test/(.*) cgi-bin/router.py?request=$1 [NC] Whenever the user goes to mysite.com/test/something they get …
0
votes
2answers
21 views

mod_rewrite works in .htaccess files but not in apache2.conf

I have the following in a .htaccess file as a test: RewriteEngine on RewriteRule ^(.*)$ /backend/$1 This works as expected. I was able to get rewrite logging working with the following in …
1
vote
2answers
20 views

mod_rewrite proxy RewriteRule not working

I need to send all requests for the directory home/alphauser to backend/alphauser, but not requests to files inside the home/alphauser directory. For example: http://home/alphauser -> …
0
votes
3answers
20 views

What’s the best way to strip out script tags from a URL string?

I'm getting a vulnerability alert from Mcafee Secure saying that there is an XSS vulnerability on my site. The string they use to produce it is: …
0
votes
1answer
37 views

Q2:Why does this config code not work in .htaccess?

What I will use instead of Document_Root in .htaccess?? Following is in my htttp.conf of my linux server. RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME}.php -f RewriteRule ^/(.*)(/?)$ /$1.php [L] …
0
votes
2answers
220 views

.htaccess/mod_rewrite

Hi, Actually I want to run ~name/how instead of ~name/how.php. I have made following changes in .htaccess: # If the requested URI does not contain a period in the final path-part RewriteCond …
0
votes
1answer
20 views

Using mod_rewrite to work with a custom string

I want to rewrite everything that uses this pattern... /test/?TEXT=TRUE and allow it to be /test/TEXT AND /test/TEXT2, and so on.
0
votes
1answer
20 views

How to remove a cookie in Apache

I need to remove a cookie from the HTTP request that gets to the server. Doing it on the client (that writes this cookie) or on the server (that reads it) is not an option. I have Apache 2.0 that …
0
votes
1answer
25 views

Rewrite rule not working

I want to write a rule that redirects all URLs of a certain pattern to a PHP file. Exception: the control/ directory where the CMS resides. Why does RewriteCond %{REQUEST_URI} …
0
votes
2answers
16 views

Safe to have page resources without file extensions?

I need to decide on naming conventions for a new website. I can use mod_rewrite at will. My favourite solution would be to work with no file extension at all. www.exampledomain.com/language/pagename …
2
votes
2answers
89 views

Online mod_rewrite testing tool

mod_rewrite statements can be hard to write and debug, therefore I need a lightweight online tool that enables me to test my RewriteCond, RewriteRule statements on the fly. Any such tool?
1
vote
2answers
11 views

mod_rewrite rules for all web documents

I am in need of the rewrite rules and conditions to evoke a central PHP script for every and any web document requested on my server. Just to add, I do not want the PHP script to be evoked when …

1 2 3 4 5 57 next
15 30 50 per page