
Originally Posted by
Eyekons
Hi Deadmix - thanks for the help.
I put this information on my .htaccess file, and it did re-route the .com, but now I can't access my WordPress Dashboard, at either .com/wp-admin.php or at .org/wp-admin.php
My current .htaccess file has this info on it - do I keep any of this code, or replace it with only the code you have above?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Bookmarks