Return to Snippet

Revision: 4971
at January 31, 2008 17:13 by m00min


Initial Code
<IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteBase /designblog/
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule . /designblog/index.php [L]
</IfModule>

Initial URL


Initial Description
Add this to an .htaccess file.

Initial Title
Pretty permalinks on for Wordpress running on Apache

Initial Tags
wordpress, apache

Initial Language
Apache