RewriteEngine On
Options -MultiViews
Options All -Indexes
ErrorDocument 400 /index.html
ErrorDocument 403 /index.html
ErrorDocument 404 /index.html
ErrorDocument 500 /index.html
RewriteBase /
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.html?write=$1&%{QUERY_STRING} [L]
RewriteRule ^(.*)\.html $1.php [L]
Options -MultiViews
Options All -Indexes
ErrorDocument 400 /index.html
ErrorDocument 403 /index.html
ErrorDocument 404 /index.html
ErrorDocument 500 /index.html
RewriteBase /
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.html?write=$1&%{QUERY_STRING} [L]
RewriteRule ^(.*)\.html $1.php [L]
He cambiado movido hasta eliminado todo y nada aun sigue abriendose en php que tengo que hacer
_________________________________
Podras Resolverlo?
























































