You can ask from @CyberDeviLmaybe i'm not that smart, but I still don't know for hours what and how to export from phpbb to import in xenforo
You can ask from @CyberDeviLmaybe i'm not that smart, but I still don't know for hours what and how to export from phpbb to import in xenforo
You need to Import.maybe i'm not that smart, but I still don't know for hours what and how to export from phpbb to import in xenforo
Can help me out, please. I want to remove index.php from permalinks.
should .htaccess be in /var/www/html/src or /var/www/html?
This is what's inside my .htaccess file:
Order deny,allow
Deny from all
Thanks a lot for your valuable time.
admin.php?options/groups/basicBoard/
. scrolling down then Check Use full friendly URLs.# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
<IfModule mod_rewrite.c>
RewriteEngine On
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to workaround HTTP Basic auth issues when using PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
Still the sameHi @kiotwx
If you want to remove index.php from url, you need to follow this guide.
Guide:
Step 1: Go toadmin.php?options/groups/basicBoard/
. scrolling down then Check Use full friendly URLs.
![]()
Then Save.
Step 2: Go to XenForo Installation directory, you will see the htaccess.txt file. renamed this file htaccess.txt to .htaccess.
If you have previous .htaccess file, then you need to open htaccess.txt file then copy all the code then paste it ino .htaccess file then save.
Done. Reload your Website.
Also you can copy those code here and paste it into your .htaccess file.
PHP:# Mod_security dapat mengganggu pengunggahan konten seperti lampiran. Jika kamu # tidak dapat melampirkan file, hapus "#" dari baris di bawah ini. #<IfModule mod_security.c> # Mesin Filter Detik Mati # SecFilterScanPOST Off #</JikaModul> ErrorDocument 401 default ErrorDocument 403 default ErrorDocument 404 default ErrorDocument 405 default ErrorDocument 406 default ErrorDocument 500 default KesalahanDocument 501 default ErrorDocument 503 default <IfModule mod_rewrite.c> Mesin Tulis Ulang Hidup # Jika Anda mengalami masalah dengan aturan penulisan ulang, hapus "#" dari # baris yang dimulai dengan "RewriteBase" di bawah. Anda juga harus mengubah jalur # penulisan ulang untuk mencerminkan jalur ke instalasi XenForo Anda. #RewriteBase /xenforo # Baris ini mungkin diperlukan untuk mengatasi masalah otentikasi HTTP Basic saat menggunakan PHP sebagai CGI. #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] Tulis Ulang %{REQUEST_FILENAME} -f [ATAU] Tulis Ulang %{REQUEST_FILENAME} -l [ATAU] Tulis Ulang %{REQUEST_FILENAME} -d Aturan Penulisan Ulang ^.*$ - [NC,L] Aturan Penulisan Ulang ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L] Aturan Penulisan Ulang ^.*$ index.php [NC,L] </IfModule>
Yes, I have copied the code aboveMake sure to enable "mod_rewrite".
Enable mod_rewrite from your hosting.Yes, I have copied the code above
Yes, I have copied the code above
How do i solved this problem with the article management system xenforo, anytime I want to publish a thread, after writing the thread if I click post a thread the below image will pop-up
![]()
any idea on how to solve it?
@Tomz
when i upload this script and extract it in server, i got no permission for all files and directories
See this option "Automatically create thread in forum"hi, i want to know to enable discussion thread in the same tab as resources..when user clicks on discussion, it take them to new tab to the thread post..whereas i want it like babiato...the discussiion tab should be inline with resources...plz help
yup.i know that option..but the thing is when user clicks on discussion it takes them to new tab to the threads...whereas in babiato...it remains under resources tab itself...See this option "Automatically create thread in forum"