junichi11 / netbeans-wordpress-plugin

Support for WordPress
http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms
Other
91 stars 35 forks source link

Add a .htaccess template for permalink and create .htaccess file action #32

Closed junichi11 closed 10 years ago

junichi11 commented 10 years ago

.htaccess

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

nb-wp-plugin-htaccess-template-for-permalink

nb-wp-create-permalink-htaccess-confirmation