Fix undefined $author variable and add new service pages to htaccess whitelist
This commit is contained in:
@@ -161,6 +161,8 @@ Options -Indexes
|
||||
RewriteRule ^services/price-monitoring/?$ /services/price-monitoring.php [L]
|
||||
RewriteRule ^services/property-data-extraction/?$ /services/property-data-extraction.php [L]
|
||||
RewriteRule ^services/web-scraping/?$ /services/web-scraping.php [L]
|
||||
RewriteRule ^services/csharp-development-services/?$ /services/csharp-development-services.php [L]
|
||||
RewriteRule ^services/data-processing-services/?$ /services/data-processing-services.php [L]
|
||||
|
||||
# Redirect /services index to project-types
|
||||
RewriteRule ^services/?$ /project-types [R=301,L]
|
||||
|
||||
@@ -20,7 +20,7 @@ $modified_date = "2026-03-01";
|
||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="<?php echo htmlspecialchars($keywords); ?>">
|
||||
<meta name="author" content="<?php echo htmlspecialchars($author); ?>">
|
||||
<meta name="author" content="<?php echo htmlspecialchars($article_author); ?>">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user