yucarp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Subdirectory install problemProblem solved:
http://lee-jones.com/blog/fix-error-500-internal-server-error/
Thanks for your time Ipstenu!
Forum: Fixing WordPress
In reply to: Subdirectory install problemYes that is right. I copied fresh installation in subfolder. I am able to go to subfolder, and get installation instruction, but when install wp, everything is ok, but when try to go to admin, there appears wp-login.php, when put user and password than it returns me to the http://www.domain.com. I was trying to fix that and think that is error 500, which is defined at htacess file which I post here. All folder wp-admin is trapped, but cant figure why?
Forum: Fixing WordPress
In reply to: Subdirectory install problemHi. I did that. Copied all files in subfolder, but when navigate to the installation (subfolder) word press told me that I have to create wp-config.php what I did. I followed directions after, but problem persist.
There is now just one .htacess file in the root which I sent you up. There is no .htacess in subfolder where is wordpress installation and wp files.
Can that be so big problem, I was not only sure?Forum: Fixing WordPress
In reply to: Subdirectory install problemI made folder in http://www.domain.com/folder then copy wordpress installation to that folder. Made mysql for wordpress script, than made wp-config.php with the model of wp-congif-sample.php and insert mysql parameters. Than start http://www.domain.com/folder and install wordpress. Everything is ok, but when try to eneter dashboard or anything in admin it redirect me to http://www.domain.com
I have .htacess file in the root and that file is for other (root) main script. It looks:#Options +FollowSymLinks
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase //RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
</IfModule>## DISABLE HOTLINKING
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)/?domain.com?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|png|js|css)$ http://www.domain.com/ [R,NC]## Send to WWW.
RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule ^(.*)$ http://www.domain.com/ErrorDocument 400 http://www.domain.com/
ErrorDocument 401 http://www.domain.com/
ErrorDocument 403 http://www.domain.com/
ErrorDocument 404 http://www.domain.com/
ErrorDocument 500 http://www.domain.com/Maybe there is problem, I don’t know?
Forum: Fixing WordPress
In reply to: Subdirectory install problemHi. Thanks!
When I installed wordpress in subdirectory I didn’t see .htacess file and I had to make manually wp-config.php.
I didn’t understand what exactly to do? To make g=fresh installation, but what then. Maybe to put all at the same mysql like main script in the root is installed?
Thanks!Forum: Fixing WordPress
In reply to: Subdirectory install problemDon’t usin wordpress. Two different databases, on the root is some different script, nor wordpresss, and I would like to install wordpress in subfolder.