JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / .htaccess
index e2570ae..7ba7ac4 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,13 +1,13 @@
-# php_value post_max_size 205M
-# php_value upload_max_filesize 200M
+php_value post_max_size 25M
+php_value upload_max_filesize 20M
 php_flag register_globals off
 php_flag magic_quotes_gpc off
 Options -MultiViews
 DirectorySlash Off
+DirectoryIndex disabled
 AddDefaultCharset UTF-8
 RewriteEngine  on
-RewriteRule    ^[^/.]*$  /run.php [L]
-RewriteRule    ^style_[0-9]*.less$  /style.less [L]
+RewriteRule    ^[^/.]*$  /wfpl_main.php [L]
 
 <FilesMatch "\.(css|jpg|png)$">
        ExpiresActive On