htacess changes gone
-
I made some change to original htacess: add this line: php_value max_input_vars 10000 (yes, its on windows server, xamp, and I had an issue with menu limit). After week or two, dont know exactly, this line has gone and there was the original one again (and menu limit worked again ?? ) .
Could WP itself regenerate under some circumstances original file htacess? Dont like to be in the same situation after week again…
Original htacess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘htacess changes gone’ is closed to new replies.