-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 0 replies
- 2 views
-
Save 83% on 3-Years of WP Buzz Managed WordPress Hosting
By News Staff,
- 0 replies
- 13 views
-
WordPress gets an AI assistant that can write blog posts, correct grammar, translate content
By Aditya Tiwari,
- wordpress
- automattic
- (and 1 more)
- 4 replies
- 8 views
-
Twitter gives academics 30 days to delete Twitter data or pay $42,000 a month for API access
By Anushe Fawaz,
- 7 replies
- 8 views
-
WordPress leaves Twitter API due to the sudden price hike
By Ishtiaqe Hanif,
- 2 replies
- 7 views
-
Question
robertobaggio2k
Hey guys and gals,
I've changed my domain name and wanted to update the .htaccess file.
Would the following code be correct?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} !^uvdesigns.ca/$ [NC]
RewriteRule ^(.*)$ http://webdesigner-toronto.ca/$1 [R]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Link to comment
https://www.neowin.net/forum/topic/1078315-htaccess-file-editing/Share on other sites
0 answers to this question
Recommended Posts