Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End special permalink with wordpress Re: special permalink with wordpress

#73309
davidandre
Member

Hi everybody!

as i see i am not lucky my question doesn t inspire anybody:(

i give you my .htaccess just in case it might inspire you a bit more:)

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

# END WordPress
`
If you have an idea even not precise it would be very welcome as ihave to resolve this problem and don t really know how to..
thanks in advance.

cheers