skip to Main Content

Search Engine Friendly URL with .htaccess in xampp windows 10 on 64-bit – SEO

I want to change my url to search engine friendly. i am using xampp 3.2.1 on windows 10 with 64-bit My URLs are looking like this: http://smc.edu.pk/app/site/?p=12&m=c&u=Swat_Medical_College-_The_Project_of_Swat_Medical_Complex And I want to make it like this: http://smc.edu.pk/app/site/12/c/Swat_Medical_College-_The_Project_of_Swat_Medical_Complex.html i have tested with…

VIEW QUESTION

Using any Jquery AJAX requests to load PHP script cause script to be returned and not run by server – Plesk

I am using the following code: $.post( "includes/modules/list.php" ); And I have tried the following: jQuery("#empty").load("/includes/modules/list.php", {}, function() { refreshlist(); }); And: $.post("/includes/modules/list.php",function(data){ alert(data); }); It was working fine on IIS but after switching to Apache (which I thought would…

VIEW QUESTION

Fatal exception of Type MWException – Plesk

Hi i get this code in the beginning: [cc6ebde4] /kyrxa/index.php Exception from line 3279 of /var/www/mywiki/includes/GlobalFunctions.php: MediaWiki 1.24wmf6 required--this is only 1.23.0 And this at the end: #0 /var/www/mywiki/extensions/VisualEditor/VisualEditor.hooks.php(23): wfUseMW(string) #1 [internal function]: VisualEditorHooks::onSetup() #2 /var/www/mywiki/includes/Setup.php(601): call_user_func(string) #3 /var/www/mywiki/includes/WebStart.php(156): require_once(string)…

VIEW QUESTION
Back To Top
Search