Title: 's Replies | WordPress.org

---

# ptowers49

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [404 error in wp-admin](https://wordpress.org/support/topic/404-error-in-wp-admin/)
 *  Thread Starter [ptowers49](https://wordpress.org/support/users/ptowers49/)
 * (@ptowers49)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/404-error-in-wp-admin/#post-1524001)
 * thanks that was a great help and got the blog working as a stamdalone blog.
    
   I’ve now added the blog into zencart using a module so the blog is accessible
   from the sidebar and I’ve now been able to remove this line. The module overcomes
   this rewrite issue. If other people want wordpress on zencart then this seems
   to be a good way to integrate into the site. I’ve used the CEON URL tool and 
   the WOZ zencart wordpress module. This can be seen at [http://www.classicalchandeliers.co.uk](http://www.classicalchandeliers.co.uk)
 * Thanks Again.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [404 error in wp-admin](https://wordpress.org/support/topic/404-error-in-wp-admin/)
 *  Thread Starter [ptowers49](https://wordpress.org/support/users/ptowers49/)
 * (@ptowers49)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/404-error-in-wp-admin/#post-1523773)
 * sure did , with the URL
    [http://www.classicalchandeliers.co.uk/blog](http://www.classicalchandeliers.co.uk/blog)
 * and I can get to [http://www.classicalchandeliers.co.uk/blog/wp-login.php](http://www.classicalchandeliers.co.uk/blog/wp-login.php)!!!
 * Is it anything to do with my .htacess file
    RewriteEngine On
 * RewriteCond %{HTTP_HOST} ^classicalchandeliers.co.uk [NC]
 * RewriteRule ^(.*)$ [http://www.classicalchandeliers.co.uk/$1](http://www.classicalchandeliers.co.uk/$1)[
   L,R=301]
 * # Don’t rewrite any URIs ending with a file extension (ending with .[xxxx])
    
   RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ # Don’t rewrite admin directory 
   RewriteCond %{REQUEST_URI} !^/Chandelier001.* [NC] # Don’t rewrite editors directory
   RewriteCond %{REQUEST_URI} !^/editors.* [NC] # Don’t rewrite cPanel directories
   RewriteCond %{REQUEST_URI} !/cpanel.* [NC] RewriteCond %{REQUEST_URI} !/frontend.*[
   NC] # Handle all other URIs using Zen Cart (index.php) RewriteRule (.*) index.
   php?%{QUERY_STRING} [L]
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [404 error in wp-admin](https://wordpress.org/support/topic/404-error-in-wp-admin/)
 *  Thread Starter [ptowers49](https://wordpress.org/support/users/ptowers49/)
 * (@ptowers49)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/404-error-in-wp-admin/#post-1523765)
 * I put it under html_public/blog/
    which I understand is [http://www.classicalchandeliers.co.uk/blog](http://www.classicalchandeliers.co.uk/blog)
   The install went ok but I get 404 errors!!! Can you figure out fron this?
 * thxs
 * Paul

Viewing 3 replies - 1 through 3 (of 3 total)