URL Redirect Guide

Purane PHP URLs ko naye Python URLs pe redirect karein taaki SEO preserve rahe.
Example: /index.php/ ya /result.php?game=Desawar/chart?game=Desawar
301: Permanent redirect (SEO ke liye best) | 302: Temporary redirect

Add New Redirect

All Redirects ({{ redirects|length }})

{% if redirects %}
{% for r in redirects %} {% endfor %}
Old URL New URL Type Status Actions
{{ r.old_url }} {{ r.new_url }} {{ r.redirect_type }} {% if r.is_active %} Active {% else %} Inactive {% endif %}
{% else %}

No redirects added yet. Add your first redirect above.

{% endif %}

Common Redirects (Copy & Paste)

/index.php/
/result.php/
/news.php/news
/contact.php/page/contact
/about.php/page/about
/disclaimer.php/page/disclaimer