91 views
in ব্লগ ও ওয়েবসাইট by
এই ওয়েবসাইটের মত প্রশ্ন উত্তর ওয়েবসাইটের সি প্যানেল এর ফাইল ম্যানেজার এর .htaccess ফাইল এর সবটুকু লিংক চাই 

বিশেষ করে এই সাইটের এডমিন ভাইকে বলছি । প্লিজ হেল্প মি 

1 Answer

0 like 0 dislike
by
 
Best answer

# In order for the web server to process this file it must be renamed to ".htaccess"


Options -Indexes
DirectoryIndex index.php

<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /

    RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
    RewriteRule . %1/%2 [R=301,L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ index.php?qa-rewrite=$0&%{QUERY_STRING} [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

Related questions

20,792 questions

22,887 answers

675 comments

1,447 users

Categories

...