|
|
|
|
kbase home : htaccess : How do I do a rewrite instead of a 302 for missing pages?
|
|
|
How do I do a rewrite instead of a 302 for missing pages? Use something like this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !index.html RewriteRule /* /index.html [L] Back to category List all categories |
|
Copyright © 2012 JaguarPC.com