Home › Forums › Quform PHP › Removed .html using htaccess (images getting 404 error except my index.html)
Hi,
I removed all my pages .html using the htaccess below
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]+)/$ $1.html RewriteRule ^([^/]+)/([^/]+)/$ /$1/$2.html RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$ RewriteRule (.*)$ /$1/ [R=301,L]
Right now contact from from all my pages is getting a 404 image not found error except index.html
Need some help
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.