benek71
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I cannot open single pageQuestion 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
In reply to: I cannot open single pageYes, its done
Forum: Fixing WordPress
In reply to: I cannot open single pageI have access too my blog, but I have no acces to single page, as you see
https://www.tlumaczeniaprawnicze.com.pl/2012/08/30/dlaczego-warto-obejrzec-prace-egzaminacyjne-po-sprawdzeniu/Forum: Fixing WordPress
In reply to: I cannot open single pageYes, I am
Listen to my screencast…Forum: Fixing WordPress
In reply to: I cannot open single pageI removed, but itd didnt help
Forum: Fixing WordPress
In reply to: I cannot open single pageThanks for your interest. I checked it. It didn’t change anything
Below is link to my blog
https://www.tlumaczeniaprawnicze.com.pl/Thanks in advance for these who will try to help me
Forum: Networking WordPress
In reply to: Problem with url/domain mappingI 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
In reply to: Problem with url/domain mappingThanks, now I understand, I will ask my web host tommorow where the folder is.
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?
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.
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
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?
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?
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
In reply to: WordPress 3.0 Multisite using sub-directories not creatingI 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