Refrozen
Account Closed
- Impact
- 9
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^news-(.*) /index.php [L]
RewriteRule [.*] http://archive.domain.com/$1
I want to rewrite everything that doesn't start with "news-" to archive.domain.com/path, but, everything that DOES start with "news-" to index.php
It doesn't do what I want, at all.
Help/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^news-(.*) /index.php [L]
RewriteRule [.*] http://archive.domain.com/$1
I want to rewrite everything that doesn't start with "news-" to archive.domain.com/path, but, everything that DOES start with "news-" to index.php
It doesn't do what I want, at all.
Help/





