1

I am new to cf wheels and would like to enable url rewriting. I have my wheels folder on a subdirectory at the root of my host.

I believe I have my .htaccess file set up correctly but don't have the proper apache settings to enable url rewriting. What settings would I need to mess with and how would I go about doing so?

Peter Boughton
  • 110,170
  • 32
  • 120
  • 176
basil
  • 690
  • 2
  • 11
  • 30
  • for real... nobody can help me out? – basil Aug 02 '11 at 21:14
  • If mod_rewrite is installed (it usually is with Apache), then you turn re-writing on with `RewriteEngine on`. Also, there is documentation on the cfwheels website - if this doesn't solve your problems you may want to get on the [cfwheels mailing list](http://groups.google.com/group/cfwheels) - they'll be able to help determine if it's a cfwheels issue or a more general rewrite/config issue. – Peter Boughton Aug 26 '11 at 13:50

1 Answers1

1

Follow the instructions in the cfwheels url-rewriting documentation

If these don't work, update your question to indicate what parts succeed and where it fails, and post the relevant parts of your config files.

Peter Boughton
  • 110,170
  • 32
  • 120
  • 176