X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fhtaccess;h=ebf4f8b36788c75bb69a918b56d0e4887eb3fe59;hb=9a3136a5bee66e1055ffb566373952b6054dd7bf;hp=517f638e32947b0968d98fbb3e32625025154ed0;hpb=1883204000b0d20d9dc41e025345592166518a8b;p=wfpl.git diff --git a/metaform/htaccess b/metaform/htaccess index 517f638..ebf4f8b 100644 --- a/metaform/htaccess +++ b/metaform/htaccess @@ -12,23 +12,15 @@ AddDefaultCharset UTF-8 ExpiresDefault A31536000 -# the following line makes it so you can just update the link to your -# stylesheet without actually renaming it all the time. This is needed even if -# you don't set a long cache period on stylesheets, because Safari will check -# for a new html, but not check for a new css. -RewriteRule ^style_[0-9]*.less$ /style.less [L] - - # To enable larger uploads, you'll need both of these: # php_value post_max_size 205M # php_value upload_max_filesize 200M ############ START OF PRETTY URLS SETTINGS ############ -# This section contains directives to enable pretty URLs, and instruct apache -# to run wfpl on them. This runs code/config.php if it exists, then loads -# templates, then loads the php file, and call's it's main function. See -# code/wfpl/run.php and code/wfpl/README for more details. +# This section contains directives to enable pretty URLs, including setting +# page urls to run your site-wide config file, which in turn can run +# wfpl_main() # To have "pretty" urls (no file extension at the end) we use mod_rewrite. But # first we've got to disable a couple url-mangling features of apache that take @@ -42,7 +34,7 @@ RewriteEngine on # Unfortunately, the rewrite rules only work with absolute paths, so if your # files are not at the top level of the domain, you'll have to customize this # part. Here's the config for running at the top level: -RewriteRule ^[^/.]*$ /run.php +RewriteRule ^[^/.]*$ /wfpl_main.php [L] # use this line instead if you have this (.htaccess) file and your php and html # files in the ~form~ directory: