Benefits of wordpress htaccess
Benefits of WordPress htaccess
Benefits of wordpress htaccess, the htaccess is a configuration file for use on web servers running the Apache Web Server software. The .htaccess is a distributed configuration file, and is how Apache handles configuration changes on a per-directory basis. WordPress uses this file to manipulate how Apache serves files from its root directory, and subdirectories thereof. Most notably, WP modifies this file to be able to handle pretty permalinks
Benefits of htaccess wordpress
- Routing the URL
- Mange Error Pages for Better SEO
- Redirection pages
- Detect OS (like Mobile/Laptop/Ios/Android etc)
- Set PHP Config variable
- Set Environment variable
- Allow/Deny visitors by IP Address
- Password protection for File/Directory
- Optimize Performance of website
- Improve Site Security
Basic >htaccess code
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
India Web Creators is Best WordPress web design company in Tamilnadu we offer best service from various places all over in India.