Tagged Questions

20
votes
5answers
2k views

Hidden features of mod_rewrite

There seem to be a decent number of mod_rewrite threads floating around lately with a bit of confusion over how certain aspects of it work. As a result I've compiled a few notes on …
10
votes
5answers
303 views

mod_rewrite GUI?

Anyone have a graphical tool for developing mod_rewrite rules. Ideally it would display a pipeline of rewrites and then when given an instance of a uri would show the transforms a …
9
votes
0answers
136 views

Suspicious .htaccess File [closed]

This was uploaded to one of my FTP folders. I'm not familiar with Apache, but still curious - can someone tell me what type of dastardly act this file is trying to commit? Thanks! …
7
votes
6answers
568 views

What happens first? .htaccess or php code?

If I use mod_rewrite to control all my 301 redirects, does this happen before my page is served? so if I also have a bunch of redirect rules in a php script that runs on my page, w …
7
votes
5answers
346 views

Apache Mod-Rewrite Primers?

I am wondering what primers/guides/tutorials/etc. are out there for learning to rewrite URLs using Apache/.htaccess? Where is a good place to start? My primary interest is learnin …
6
votes
5answers
1k views

Do you have to restart apache to make re-write rules in the .htaccess take effect?

I have pushed my .htaccess files to the production severs, but they don't work. Would a restart be the next step, or should I check something else.
6
votes
7answers
741 views

.htaccess directives to *not* redirect certain URLs

In an application that heavily relies on .htaccess RewriteRules for its PrettyURLs (CakePHP in my case), how do I correctly set up directives to exclude certain directories from th …
5
votes
2answers
252 views

foo.com/alice vs. foo.com/users/alice

It's of course nice to give users friendly URLs for their content on your site. But how best to do that? There are a lot of advantages to something like foo.com/users/alice, most …
5
votes
2answers
263 views

What is the best way to clean a string for placement in a URL, like the question name on SO?

I'm looking to create a URL string like the one SO uses for the links to the questions. I am not looking at rewriting the url (mod_rewrite). I am looking at generating the link on …
4
votes
3answers
134 views

How do I make a url forbidden in apache mod_rewrite, based on the query string?

How do I make the following url forbidden in apache; main/index.php?site=ing I have tried the following; RewriteRule ^main/index.php?site=ing - [F] but with no luck...
4
votes
3answers
164 views

Can I re-write my URLs like this and is it a good idea?

Hello all, Is it possible to re-write (Apache Mod-Rewrite) a URL from this: http://www.example.com/view.php?t=h5k6 to this http://www.example.com/h5k6 The reason for this re-wri …
4
votes
1answer
255 views

.htaccess with or without slash

What do I need to do to the following rewrite rule to make it so it works whether or not their is a slash at the end of the URL? ie. http://mydomain.com/content/featured or http:/ …
4
votes
3answers
277 views

How to dynamically redirect www-based URLs to non-www URLs with multiple domains in same VirtualHost

I've got a VirtualHost that looks something like: <VirtualHost *:80> ServerName domain1.com ServerAlias www.domain1.com domain2.com www.domain2.com </VirtualHost&g …
4
votes
7answers
998 views

How do I troubleshoot why my rewrite rules aren’t being applied by apache?

I've got a tomcat 6 web app running with apache httpd as the front end. I'm using mod_proxy and mod_proxy_ajp to forward the requests to tomcat. My server is running ubuntu. Now …
4
votes
4answers
613 views

Best practices for getting cross-site JSON responses to POST?

I'm working on an intranet with several subdomains. I have control over each subdomain, so security of cross-site requests is not a concern. I have PHP scripts with JSON responses …

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