Help Permalink !
-
Hi
I would like to ask you for help, I just can not set up a WordPress Permalink form 404.
Advanced Permalinks plugin installed and still does not work. If you can tell in the sequence of all I have to do that would earn these Permalink.
Thanks …
All my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
The topic ‘Help Permalink !’ is closed to new replies.