Title: mayhemprotocol's Replies | WordPress.org

---

# mayhemprotocol

  [  ](https://wordpress.org/support/users/mayhemprotocol/)

 *   [Profile](https://wordpress.org/support/users/mayhemprotocol/)
 *   [Topics Started](https://wordpress.org/support/users/mayhemprotocol/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mayhemprotocol/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mayhemprotocol/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mayhemprotocol/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mayhemprotocol/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mayhemprotocol/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [WordPress site isn’t public](https://wordpress.org/support/topic/wordpress-site-isnt-public/)
 *  Thread Starter [mayhemprotocol](https://wordpress.org/support/users/mayhemprotocol/)
 * (@mayhemprotocol)
 * [7 years ago](https://wordpress.org/support/topic/wordpress-site-isnt-public/#post-11490251)
 * Thanks for your reply. I am very new to this so I am still learning as I go.
   
   As of right now, my .htaccess file looks like this…
 *     ```
       # 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
       ```
   
 * The tutorial I saw instructed to just copy and paste that code from codex.wordpress.
   org/htaccess
 * As for the CNAME. I am hosting my own web server locally on my Raspberry Pi. 
   I am not familiar with resource records, but I am not trying to redirect it to
   some other hosting service.
 * Again, any help would be greatly appreciated.

Viewing 1 replies (of 1 total)