File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/sitemap.tar
htaccess-rewrite-rules.php 0000644 00000000735 15154545656 0011706 0 ustar 00 <?php
/**
* Htaccess rewrite rules for sites using plain permalinks.
*
* @since 4.2.5
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// phpcs:disable
?>
# START: All in One SEO Sitemap Rewrite Rules
# Do not make edits to these rules!
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule sitemap(|[0-9]+)\.xml$ /index.php [L]
RewriteRule (default|video)-sitemap\.xsl /index.php [L]
</IfModule>
# END: All in One SEO Sitemap Rewrite Rules html/compact-archive.php 0000644 00000001202 15154545656 0011301 0 ustar 00 <?php
// phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
// phpcs:disable Generic.ControlStructures.InlineControlStructure.NotAllowed
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="aioseo-html-sitemap">
<div class="aioseo-html-sitemap-compact-archive">
<?php if ( empty( $data['dateArchives'] ) ) esc_html_e( 'No date archives could be found.', 'all-in-one-seo-pack' ); ?>
<?php if ( ! empty( $data['lines'] ) ) : ?>
<ul>
<?php echo $data['lines']; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
</ul>
<?php endif; ?>
</div>
</div>