Title: benek71's Replies | WordPress.org

---

# benek71

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/benek71/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/benek71/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I cannot open single page](https://wordpress.org/support/topic/i-cannot-open-single-page/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/i-cannot-open-single-page/#post-3006739)
 * Question to moderator
    I want to remove my code form first post for security 
   reasons, but I have no EDIT OPTION below avatar. How to edit it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I cannot open single page](https://wordpress.org/support/topic/i-cannot-open-single-page/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/i-cannot-open-single-page/#post-3006738)
 * Yes, its done
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I cannot open single page](https://wordpress.org/support/topic/i-cannot-open-single-page/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/i-cannot-open-single-page/#post-3006730)
 * I have access too my blog, but I have no acces to single page, as you see
    [http://www.tlumaczeniaprawnicze.com.pl/2012/08/30/dlaczego-warto-obejrzec-prace-egzaminacyjne-po-sprawdzeniu/](http://www.tlumaczeniaprawnicze.com.pl/2012/08/30/dlaczego-warto-obejrzec-prace-egzaminacyjne-po-sprawdzeniu/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I cannot open single page](https://wordpress.org/support/topic/i-cannot-open-single-page/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/i-cannot-open-single-page/#post-3006729)
 * Yes, I am
    Listen to my screencast…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I cannot open single page](https://wordpress.org/support/topic/i-cannot-open-single-page/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/i-cannot-open-single-page/#post-3006725)
 * I removed, but itd didnt help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I cannot open single page](https://wordpress.org/support/topic/i-cannot-open-single-page/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/i-cannot-open-single-page/#post-3006722)
 * Thanks for your interest. I checked it. It didn’t change anything
    Below is link
   to my blog [http://www.tlumaczeniaprawnicze.com.pl/](http://www.tlumaczeniaprawnicze.com.pl/)
 * Thanks in advance for these who will try to help me
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Problem with url/domain mapping](https://wordpress.org/support/topic/problem-with-urldomain-mapping/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years ago](https://wordpress.org/support/topic/problem-with-urldomain-mapping/#post-2082714)
 * I contacted my web host. They said that type of server I ve got allow to put 
   me WP files in any place on the server. My problem ,according to them, is caused
   by wrong configuration of .htaccess (Mod Rewrite)- they suggested to go to IT
   specialist.
 * I ask kindly for help. Below I put down my .htaacces. What shall I change?
 * Thanks in advance
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
       RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
       RewriteRule . index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Problem with url/domain mapping](https://wordpress.org/support/topic/problem-with-urldomain-mapping/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years ago](https://wordpress.org/support/topic/problem-with-urldomain-mapping/#post-2082606)
 * Thanks, now I understand, I will ask my web host tommorow where the folder is.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to check if AllowOverride FileInfo options in vhost is set to ALL?](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/#post-1632767)
 * Yeah, but I don’t have problems with my ‘htaccess and file public html. I followed
   installation documentation and it works in case of one blog. Ipstenu, I am not
   sure whether you undestand my problem i.e I cannot see my other blogs (my network),
   I see only text. Somebody suggested in other threat that I have to verify this
   code
    < Directory /> AllowOverride All </Directory>
 * and check my paralinks
 * But I don’t know how to do that. Shall I put this code in .htaccess, may be into
   other file?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to check if AllowOverride FileInfo options in vhost is set to ALL?](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/#post-1632756)
 * After the change I cannot enter the blog at all, and I receive following information
 * [404] File Not Found
 *  The requested URL /wordpress/bp was not found on this server.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to check if AllowOverride FileInfo options in vhost is set to ALL?](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/#post-1632733)
 * Without fix the content of my .htaccess is as follows
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /public.
   html/wordpress/# RewriteRule ^index\.php$ – [L]
 * # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.
   php?file=$2 [L]
 * # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$
   $1wp-admin/ [R=301,L]
 * RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d RewriteRule
   ^ – [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
   RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] 
   </IfModule>
 * # END WordPress
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to check if AllowOverride FileInfo options in vhost is set to ALL?](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/#post-1632724)
 * What happenes when I leave .htaccess without any changes?
 * When I don’t put that code in my .htaccess, my blog works, however when I open
   the blog I see only text, without any theme I chosen. That’ s not normal blog
   view :).
    The main blog is ok. , however all other blogs in my network – when
   I open them, there is only text.
 * What happenes when I put the above code at the top of my .htaccess?
    I have Error
   500, an no access to my blog at all.
 * Something is missing, but I have no idea what’s that?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to check if AllowOverride FileInfo options in vhost is set to ALL?](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/#post-1632678)
 * Andrea I followed you, i.e. I put the code:
    <Directory /> AllowOverride All 
   </Directory>
 * at the top of my htaccess file, but
 * it didn’t work completly – in result I have error [500] when entering my blog
   path.
 * Any sugesstion?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to check if AllowOverride FileInfo options in vhost is set to ALL?](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/)
 *  Thread Starter [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-to-check-if-allowoverride-fileinfo-options-in-vhost-is-set-to-all/#post-1632645)
 * Hm, may be he’s a jerk, but your advice didn’t help me much. Could any one help
   me with this issue?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress 3.0 Multisite using sub-directories not creating](https://wordpress.org/support/topic/wordpress-30-multisite-using-sub-directories-not-creating/)
 *  [benek71](https://wordpress.org/support/users/benek71/)
 * (@benek71)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/wordpress-30-multisite-using-sub-directories-not-creating/page/2/#post-1561584)
 * I asked my webhost to chceck if AllowOverride FileInfo options in vhost is set
   to ALL, but he answered I can activate this option on my own in .htaccess, and
   if I don’t know how to do that I shall browse Internet !!
    As far as I understand
   I shall put this code into my .htacces <Directory /> AllowOverride All </Directory
   >
 * Am I right? If yes, in which line shall I put this code
 * Thanks for your answer

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/benek71/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/benek71/replies/page/2/?output_format=md)