414 Request-URI Too Long
-
Hi there,
“I just installed and configured the w3all plugin(s) to sync with my WordPress installation. Everything was working fine until I edited the footer and header files. It was then that I encountered an error that I was trying to solve. The error message I received was “414 Request-URI Too Long – The requested URL’s length exceeds the capacity limit for this server.” As far as I know, this means that the requested URL has exceeded the limit of 8k characters. I tried to reverse the editing process, but it didn’t work. I also tried to reverse some of the steps to see if it had any impact on the error but…”
–It did not ⊙﹏⊙∥
I’ve never encountered a 414 server error before, so I’m asking for help on the W3all support site to see if anyone has come across it during configuration.
….help!
EDIT
I might add two more things just to clarify how things are rolling here ;D The header and footer files I have edited are
board/styles/prosilver/template/overall_footer.html
board/styles/prosilver/template/overall_header.html
I might have done that part wrong tho(?)In my root dir, I have 2 folders and one .htaccess file. One folder with “wp-site” and one with “phpbb”, now – the htaccess file in my root folder is rewriting url’s and looks like this:
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^(www.)?mydomain.com$ RewriteCond %{REQUEST_URI} !^/wp-folder/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /wp-folder/$1 RewriteCond %{HTTP_HOST} ^(www.)?mydomain.com$ RewriteRule ^(/)?$ wp-folder/index.php [L] </IfModule>
…just so I don’t get any 404 thrown at me for pointing to other installations on my wp-site.
- The topic ‘414 Request-URI Too Long’ is closed to new replies.