Commit graph

9 commits

Author SHA1 Message Date
scottjehl
15cfabef45 updated kill cache settings 2010-11-09 18:06:44 -05:00
scottjehl
8f9aee12a6 removed js/all redirect. updated files to use js/ 2010-11-09 17:57:26 -05:00
Kin Blas
d5a2ed2f10 Fixed 413 - Dev issue: our .htaccess file on the server is doing a 301 redirect which is causing css and image loading issues.
- Switch to using a combine.php library and index.php scripts within each directory for combining files. This works around the iOS webkit bug that prevents images from being displayed the next time the page is loaded.
2010-11-09 13:58:28 -08:00
scottjehl
10e9f42d8a manually set content type for 2 themes. Fixes #380, Fixes #399 2010-11-08 21:49:53 -05:00
scottjehl
d5cbcf755b Created a themes directory and moved all CSS and images there.
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.

Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
scottjehl
ee77c41b7c removed line to make html files run as php, now that gzip lines are removed. PHP is still used in css/js combinator 2010-10-02 11:49:04 -04:00
Kin Blas
8a013023eb Comment out the AddHandler line for now since its causing Scott J. some problems. 2010-10-01 14:05:58 -07:00
Kin Blas
a0702bf2f6 Fixed issue 73 - .htaccess file should turn on required features.
- Added handler for x-httpd-php to prevent the browser from asking you to save the index.html file when the server isn't configured properly.

- Added option to turn on FollowSymLinks which is required by the Rewrite engine.
2010-09-30 09:23:51 -07:00
scottjehl
1d0fd4a7d8 committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00