wisam-mo
Forum Replies Created
-
I want one like this
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond /(any text) exclude 'index.php' RewriteRule https://www.dir.com/(the any text) </IfModule>
I don’t think that helps me…
I don’t want just redirection
I want:
‘mydomain.com/dir’ redirected to ‘sd.com’
‘mydomain.com/dir/archives/234’ redirected to ‘sd.com/archives/234’
‘mydomain.com/dir/(anything here)’ redirected to ‘sd.com/(that anything)’exclude 1: if the (anything here) string has the word ‘feed’ I want it to be redirected using [L] modifier… (redirected internal)
exclude 2: I don’t want the mydomain.com/dir/index.php to be redirected…
I really want your help…
Forum: Fixing WordPress
In reply to: how to display Featured Image on edit posts pagehi,
I know that… and that isn’t what I want…
I want posts featured images to be shown in edit-posts admin page… each image in the row of its post..
the whole idea I want to add a new column in edit-post admin page for showing the featured image of each post…I don’t care if the solution is a simple plug-in page or an edit in ‘wp-admin’ directory files…
thnaks…
I’ll see what will happen…
thanks for your response…Forum: Plugins
In reply to: I want a good mailing list plugin??thanks so much…
Forum: Plugins
In reply to: plugin for transfering file form external server to myserverI find the plug-in
it’s name.. easy upload…
thnks…Forum: Fixing WordPress
In reply to: How to show a second posts list on index with the main onethe problem is still being…
do anybody know the solution…
waiting for your help…
thnks…Forum: Fixing WordPress
In reply to: How to show a second posts list on index with the main oneI solving the problem by send a parameter for the WP_Query…
'suppress_filters' => true
So the posts was been show on the index page although they are been hidden by wp-hidden-post plugin…
but the new problem I found that the date of the post didn’t shown all the time…
I mean: if i there are 5 topics first 3 of them posted on 2/10/2009 and the others posted on 3/10/2009 then the first one will have a date shown behind of it, while the second and thierd ones will not show the date…
also the fourth one will show the date, while the fifth will not show the date…example:
post1 title – 2/10/2009
post2 title –
post3 title –
post4 title – 3/10/2009
post5 title –I think there’s another parameter I have to post…
what do you think… can you give me a help…
thanks…Forum: Plugins
In reply to: plugin for transfering file form external server to myservernobody knows a plugin do that…
I am still waiting for your help…
thanks…Forum: Plugins
In reply to: useronlie & stats plugins WITH wp-super-cache!!!
no body can help!!!
it must be an action like ‘wp-head’ but done when request a cashed page…
I am still waiting for your help!Forum: Installing WordPress
In reply to: .htaccess file problem! help me!thanks ZGani for your response…
I tried to create a new page like the old one… and it works good.. (no problem)!
so the problem was with the old page witch created when installing the wordpress script…
so i edit the default about page and publish it again…
and it works good!!!
now I am surprised from that!!!
maybe the default page isn’t been published but the link to it is shown in page block (mistake)??
Thanks…Forum: Installing WordPress
In reply to: .htaccess file problem! help me!thanks samboll for your response…
help please…
go to: https://www.hmk-soft.com
click on uncategoriesed category form categories block; it will redirect you successfuly.
try to open “about” page from pages block.it will show you an “Error 404 – Not Found”.
I hope some body help me.Forum: Installing WordPress
In reply to: .htaccess file problem! help me!hello again,
more about my problem:
permalink type I use: Numerical (https://hmk-soft.com/archives/123)
Htaccess content:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
website link: https://www.hmk-soft.com
yes it’s arabic!
click on uncategoriesed category form categories block; it will redirect you successfuly. despite the url is contain an arabic words..
try to open about page from pages block.
it will show you an “Error 404 – Not Found”. and also it contains an arabic words;
so, do you know what is the problem???
please help me…
I am waiting for your help…
thanks…