Cake
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Cake-
This has to due with how the wordpress redirects are handled. Adding a "ErrorDocument 401 default" to the top of your .htaccess can fix the issue sometimes. If that does not do it, you can add a re...
-
This should work - RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L]