html - location of .htaccess file -
/var/www/html/my_project_folder path project. did not find .htaccess file. want paste edited .htaccess file . not sure in location need put? htaccess file code is--
<ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] <ifmodule mod_expires.c> # enable expirations expiresactive on # default directive expiresdefault "access plus 1 month" # favicon expiresbytype image/x-icon "access plus 1 year” # images expiresbytype image/gif "access plus 1 month" expiresbytype image/png "access plus 1 month" expiresbytype image/jpg "access plus 1 month" expiresbytype image/jpeg "access plus 1 month" # css expiresbytype text/css "access 1 month” # javascript expiresbytype application/javascript "access plus 1 year" </ifmodule> addoutputfilterbytype deflate text/plain addoutputfilterbytype deflate text/html addoutputfilterbytype deflate text/xml addoutputfilterbytype deflate text/css addoutputfilterbytype deflate application/xml addoutputfilterbytype deflate application/xhtml+xml addoutputfilterbytype deflate application/rss+xml addoutputfilterbytype deflate application/javascript addoutputfilterbytype deflate application/x-javascript
this code added in .htaccess file speed of site. please help me location of .htaccess file. in advance!
usually file goes root of website (where index.php
file is). if there none, can create new file. watch out not create ".htaccess.txt" if notepad (which appends .txt files).
html .htaccess website pagespeed
No comments:
Post a Comment