Changeset 314

Show
Ignore:
Timestamp:
08/19/07 11:32:52 (1 year ago)
Author:
bermiferrer
Message:

Adding note about mod_rewrite. Closes #38

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.txt

    r281 r314  
    2828 
    2929Then just point your browser to that url and follow the steps. 
     30 
     31You will also need to make sure that mod_rewrite is loaded into Apache, 
     32and that it can be controlled from .htaccess files, to do this make sure that 
     33the Apache configuration directive AllowOverride is set to 'All' (you may allow only the specific directives for mod_rewrite), 
     34for the directory your project will be accessed from. 
     35 
    3036 
    3137If you have problems with the web setup you can copy and edit