asafche
Forum Replies Created
-
so i don’t understand…
if my .htaccess is working in some of the URL’s, as @ammaletu mentioned, why i can’t see only the pages in the menu?is there some kind of check that i can do to find if the server is using the .htaccess and mod_rewrite properly?
o.k.
this is my .htaccess:# BEGIN WordPress 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] # END WordPress
and my site is here.
thanks.
hi,
thanks, but it’s not exactly what i needed.all i want is to create 3 pages as defaults. the plugin doesn’t have the option to create pages.
why the code above isn’t working?
when i change the action to “wp_head” just for checking the function, it does work. like here: origin of codewhy is the action “wpmu_activate_blog” or just “activate_blog” isn’t working with this function?
what have i did wrong?
cheers,
asafche.as i said, the host is saying that everything is o.k.
and i’ve doubled checked that my .htaccess is the same as in the codex.what else can i do?
the host provider says that the mod_rewrite is o.k.
he can say that and i really can’t tell if it’s his fault or not, but if this isn’t a common issue then i supposed that this isn’t a mod_rewrite thing…
so, Andrea_r, Ipstenu – do you have any ideas?
Hi,
I’ve tried changing the permalink to all proposed structures. only the default work for me. it was a fresh install of 3.0.4.
what should i do?
thanks,
asaf.Forum: Networking WordPress
In reply to: Links to pages goes to the main site's static pageit’s a bigger problem than you think.
it is the same on a fresh install of 3.0.4.
here: https://www.ads-software.com/support/topic/cant-get-to-main-blog-page-with-postname-permalink-on-sub-directory-install?replies=1Forum: Networking WordPress
In reply to: switch my main network site home page to wp-login.phpRedirection sucks.
Eventually i:
1. Created home.php (as a copy of page.php)
2. Took wp-login and integrated it into home.php
3. Solved some “require once” issues and…
4. done.login from the front page of the network.
don’t be so unfaithful, wordpress can take it all.
guildrl, “As a temporary workaround” for what exactly? i didn’t get it…
I had the same error, and it caused by, as Dan L said, by changing my new taxonomies slugs, after i built the menus.
the problem is that we still don’t have “unregister_taxonomy” function available. it should be implemented in 3.1 as it says here
in the meanwhile will have to wait or help the core developers, i guess…
Cheers.
Forum: Themes and Templates
In reply to: Hierarchy? of pages is changed in wp 3.0?solved – the “redirection” plugin caused the problem.
sorry for the fuss…
does any one knows a Substitute? for this plugin?thanks,
asaf.Forum: Fixing WordPress
In reply to: Homepage URL Broken, Being ReDirected!did you upgraded to 3.0?
Forum: Themes and Templates
In reply to: Hierarchy? of pages is changed in wp 3.0?another thing – when i’m removing any home.php or front-page.php and while i’m still with a specific static page – still the same…