.htaccess for static to wordpress conversion -


यह मेरी WordPress ब्लॉग के लिए .htaccess फ़ाइल है -

  # BEGIN वर्डप्रेस & lt; ifModule mod_rewrite.c & gt; RewriteBase / RewriteRule ^ सूचकांक \ .php $ RewriteEngine चालू - [एल] RewriteCond% {REQUEST_FILENAME} -f RewriteCond% {REQUEST_FILENAME} -d RewriteRule!। /index.php [एल] & lt; / ifModule & gt; # एंड वर्डप्रेस   

मैं एचटीएमएल वेबसाइट को वर्डप्रेस ब्लॉग में परिवर्तित कर रहा हूं। मैं अपने स्थैतिक एचटीएमएल और एचटीएम पेजों को वर्डप्रेस पोस्ट्स में रीडायरेक्ट करना चाहता हूं।

कैसे और क्या एचटीएसीयूएक्स प्रारूप होगा।

i.e। <पूर्व> पुराना यूआरएल: http://mywebsite.com/sarclaw/pakistan/companies_act.htm नया यूआरएल: http://mywebsite.com/sarclaw/pakistan/the-companies-ordinance-1984 .html

अपने वर्डप्रेस नियमों से पहले, इन्हें जोड़ें, अपने प्रत्येक पन्नों के लिए एक: <पूर्व> पुनर्लेखन नियम ^ aarclaw / pakistan / companies_act.htm $ / asarclaw/pakistan/the-companies-ordinance-1984.html [एल, आर = 301] < / div>

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

java - Reaching JTextField in a DocumentListener -

c# - Add Image in a stackpanel based on textbox input -