Forum Moderators: phranque
I was trying to find some useful for this in the forums but I couldn't do it.
My htaccess now looks like:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_FILENAME}!-d
RewriteRule . /index.php [L]
</IfModule> I've already set wildcards in A registry and the server alias is ok (*.DOMAIN, can't use right punctuation).
Can you help me?
Thanks in advance...