Note that there are some explanatory texts on larger screens.

plurals
  1. POInternal Server Error When I try to access admin url (home page is working)
    primarykey
    data
    text
    <p>I am working on .htaccess file and frontend is woking fine . But when I try to access admin it give me internal server error. It is a custome mvc framework. </p> <p>Here is my .htacess file</p> <pre><code>DirectoryIndex index.php Options -Indexes Options +FollowSymlinks Options -MultiViews ErrorDocument 404 /sitemap.php RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^vividtron.demolocation.com [NC] RewriteRule ^index.htm$ /index.php [NC] RewriteRule ^all-category.htm$ /all-category.php [NC] RewriteRule ^brands.htm$ /brands.php [NC] RewriteRule ^search.htm$ /search.php [NC] RewriteRule ^([_-a-zA-Z0-9]+)$ /sub-category.php?furl=$1 [NC] RewriteRule ^customer-service.htm$ /customer-service.php [NC] RewriteRule ^([_-a-zA-Z0-9]+).htm$ /static-page.php?furl=$1 [NC] RewriteRule ^offer/([_-a-zA-Z0-9]+).htm$ /special-offer.php?furl=$1 [NC] RewriteRule ^pages/([_-a-zA-Z0-9]+).htm$ /popup-pages.php?furl=$1 [NC] #RewriteRule ^category/([_-a-zA-Z0-9]+)$ /product-listing.php?surl=$1 [NC] RewriteRule ^category/([_-a-zA-Z0-9]+)$ /featured-product.php?surl=$1 [NC] RewriteRule ^brand/([_-a-zA-Z0-9]+)$ /product-series.php?burl=$1 [NC] RewriteRule ^series/([_-a-zA-Z0-9]+)/([_-a-zA-Z0-9]+)$ /model-listing.php?burl=$1&amp;surl=$2 [NC] RewriteRule ^product/([a-zA-Z0-9_-]+)$ /product-detail.php?furl=$1 [NC] RewriteRule ^([._-a-zA-Z0-9]+)/([_-a-zA-Z0-9]+)/([_-a-zA-Z0-9]+)$ /pro-detail.php?url=$1&amp;proId=$2&amp;bid=$3 [NC] RewriteRule ^([._-a-zA-Z0-9]+)/([_-a-zA-Z0-9]+)$ /pro-detail.php?url=$1&amp;proId=$2 [NC] </code></pre> <p>Thanks is advance. Please look into file why url <a href="http://vividtron.demolocation.com/admin/login.php" rel="nofollow">http://vividtron.demolocation.com/admin/login.php</a> is not working</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload