Changes between Version 7 and Version 8 of faq/setup-development-workstation
- Timestamp:
- Feb 28, 2008, 10:26:20 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/setup-development-workstation
v7 v8 97 97 }}} 98 98 99 NOTE: If you are developing a Drupal project, you will need to edit your .htaccess file. There's a line that says the following: 100 101 {{{ 102 # If your site is running in a VirtualDocumentRoot at http://example.com/, 103 # uncomment the following line: 104 RewriteBase / 105 }}} 106 107 You will want to uncomment the RewriteBase directive as shown above. 108 99 109 == Steps to create a new project == 100 110