.htaccess file growing in size!
-
Hi,
I recently noticed that the .htacess file of my WP installation has been steadily growing in size. It looks like a cron job has been inserting the same directives repeatedly. I used cPanel to check cron jobs but none exist.
The following code is inserted at regular intervals throughout the day:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^(hello-test-uk)\/(.*)$ /hello-test-uk?ref=$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Any help would be much appreciated.
Regards,
Asim
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘.htaccess file growing in size!’ is closed to new replies.