Ok, my portal was moved to new server, where DA were installed, and dunno why, but web page isn't working with such rule (!^(.+)\.(.+)$) and i don't know why, because in other few servers it works fine:
my .htaccess
AddDefaultCharset UTF-8
Options +FollowSymlinks
RewriteEngine on
Rewritecond %{REQUEST_FILENAME} !^(.+)\.(.+)$
RewriteRule ^(.*)$ redirect.php [NC]
Order deny,allow
Allow from all
I get error:
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
So, any suggestions?
my .htaccess
AddDefaultCharset UTF-8
Options +FollowSymlinks
RewriteEngine on
Rewritecond %{REQUEST_FILENAME} !^(.+)\.(.+)$
RewriteRule ^(.*)$ redirect.php [NC]
Order deny,allow
Allow from all
I get error:
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
So, any suggestions?