Forum Replies Created
-
well, can someone tell me what am i doing wrong that no on answers my question?
if my request is not possible, simply say, so i will know
thanksi was wondering if the above is possible,
thanksi dont have access to the apache config file and my site admin surely won’t be happy to give me access to it
so the internal error 500 is because of the apache access to htaccess file was removed?am i really asking for too much?
please explain me what am i doing wrong that my questions get almost no replies
thanksfirst of all thank you for your reply
secondly, what do you mean by “in super admin menu, is the link to all your blogs”
super admin menu? where is it?in wp-config i have nothing of what you wrote, the closest thing i saw is
/* That’s all, stop editing! Happy blogging. *//** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);i didnt touch it ofcourse
now i noticed another problem
when im on the main page and logging in with my user (im the admin)
instead of back to the blog homepage im redirected to the wp-admin! page where i can manage my WP but i didnt ask for it!one problem down, 2 new ones:
now blog.emailaya.com works!
BUT http://www.emailaya.com/blog doesnt!
it brings me to a page saying: Page Not Found – The page you were looking for was not found.2nd: if i logout the user that is currently logged in im redirected to my homepage! instead of the blog’s homepage “/blog/”
doubled URL problem was solved through the wp->settings->permalinks
partially fixed!
in WP there is wordpress adress and site address
apparently, the new installation made the 2 fields the same while they shouldnt be.
i changed it and now it works
BUT
the doubled url problem when hovering each post’s title is still there
any ideas?
thanksplease please please help me on this one
my blog is half broken
the links of every post title leads to an invalid URL
from where can i get help about these 2 problems?
thanksplease please pleas help me with these 2 problems
one is the link of each post title and the other one is even more critical because now most of the links are broken
(when searching in google, inside my site and more)this is the message i get from firefox:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
as i understood from my site admin, something is causing the redirection to be as an endless loop but i dont understand what is causing it. i expected http://www.emailaya.com/blog to have the same symptom but it doesn’t so i dont know where to start looking for it
thanksi removed this part:
RewriteBase /blog/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]but it still doesnt work, i mean, only when using blog.emailaya.com
i have another subdomain that links to another site and it works perfect. inside the relevant folder i have index.php that redirect to the other site so my conclusion is that something is wrong with index.php in the blog folder, ofcourse it doesnt explain why http://www.emailaya.com/blog does work.
what’s gone wrong?
thankshi
the version of bp is 1.2.6the content of .htaccess is
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
# Business Cards
#RewriteRule ^([0-9-]+)/?$ /index.php?p=$1 [L]
#RewriteRule ^([0-9]+)/(.*)?$ index.php?p=$1&$2&$3 [L]
#RewriteRule ^([0-9]+)/(.*)/$ index.php?p=$1&$2&$3 [L]
#RewriteRule ^([0-9]*)/(.*)/(.*)$ index.php?p=$1&=$3 [L]RewriteBase /blog/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]seems like all my links in the blog are broken
http://www.emailaya.com/blog/
on any click i get that the url does not exists on the server, for example:
/blog/members/admin/
or when i hover a post title, the url is: http://www.emailaya.com/blog/http:/www.emailaya.com/blogthe same happens when i choose an option in my account/notifications at the top menu.
also i didnt find where can i change the settings for buddypressthanks
ok, it seems not to be related to buddypress directly but to .htaccess file i changed
blog.emailaya.com doesnt work
http://www.emailaya.com/blog doeswhere do these definitions go?
thanks