.htc access file location
-
I’m a novice wordpress user who has downloaded and put up mutlisites. I was able to use Filezilla to access the wp config file to add in the necessary code, but then it says to paste the following code into the .htc access file:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]
I’ve seen this before on the forums but I can’t figure out where the file is. I check under the wordpress directory but it definitely isn’t there. Any help would be greatly appreciated.
Thanks!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘.htc access file location’ is closed to new replies.